LWMsgParams Struct Reference

Call parameters. More...

#include <lwmsg/call.h>

Data Fields

LWMsgTag tag
 Data tag. More...
 
void * data
 Data values. More...
 

Detailed Description

Represents the parameters or return values of a call

Field Documentation

LWMsgTag LWMsgParams::tag

Indicates type of call/return data according to call protocol

void* LWMsgParams::data

Contains actual call/return data