![]() |
Tani OpcPipe protocol
1.0.5
Tani OpcPipe protocol
|
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 | |
used to store data values (small in direct memory, bigger as allocated memory)
1.8.14