| OpENer - Open Source EtherNet/IP(TM)  I/O Target Stack
    2.1
    | 
CIP Short String. More...
#include <ciptypes.h>
| Data Fields | |
| EipUint8 | length | 
| EipByte * | string | 
CIP Short String.
Definition at line 130 of file ciptypes.h.
| EipUint8 CipShortString::length | 
Length of the String (8 bit value)
Definition at line 131 of file ciptypes.h.
Referenced by DecodeData(), EncapsulateListIdentityResponseMessage(), EncodeData(), and GetSizeOfAttribute().
| EipByte* CipShortString::string | 
Pointer to the string data
Definition at line 132 of file ciptypes.h.
Referenced by DecodeData(), EncapsulateListIdentityResponseMessage(), and EncodeData().