Tani OpcPipe protocol  1.0.5
Tani OpcPipe protocol
Public Attributes | List of all members
DATAVALUE Struct Reference

used to store data values (small in direct memory, bigger as allocated memory) More...

Public Attributes

union {
   W_UINT8 *   DataPtr
 use if DataLen > OPCPIPE_DIRECT_DATA_LEN
 
   W_UINT8   DataValue [OPCPIPE_DIRECT_DATA_LEN]
 use if DataLen <= OPCPIPE_DIRECT_DATA_LEN
 
}; 
 
W_UINT32 DataLen
 allocated data in Data
 

Detailed Description

used to store data values (small in direct memory, bigger as allocated memory)