LLC2_API
|
I2O message handling. More...
#include <acq32busprot.h>
Public Attributes | |
MessageHeader | header |
union { | |
unsigned short sdata [MESSAGE_DATA_LEN/sizeof(unsigned short)] | |
unsigned ldata [MESSAGE_DATA_LEN/sizeof(unsigned)] | |
char cdata [MESSAGE_DATA_LEN] | |
struct HOST_REQUEST_DATA_RECORD hrdr [MESSAGE_HRDR_LEN] | |
} | payload |
I2O message handling.
Definition at line 1489 of file acq32busprot.h.
char MESSAGE::cdata[MESSAGE_DATA_LEN] |
Definition at line 1494 of file acq32busprot.h.
Definition at line 1490 of file acq32busprot.h.
struct HOST_REQUEST_DATA_RECORD MESSAGE::hrdr[MESSAGE_HRDR_LEN] |
Definition at line 1495 of file acq32busprot.h.
unsigned MESSAGE::ldata[MESSAGE_DATA_LEN/sizeof(unsigned)] |
Definition at line 1493 of file acq32busprot.h.
union { ... } MESSAGE::payload |
unsigned short MESSAGE::sdata[MESSAGE_DATA_LEN/sizeof(unsigned short)] |
Definition at line 1492 of file acq32busprot.h.