| OpENer - Open Source EtherNet/IP(TM)  I/O Target Stack
    2.1
    | 
CIP Electronic Key Segment struct. More...
#include <cipelectronickey.h>
| Data Fields | |
| void * | key_data | 
| CipUsint | key_format | 
CIP Electronic Key Segment struct.
Definition at line 17 of file cipelectronickey.h.
| void* CipElectronicKey::key_data | 
Depends on key format used, usually Key Format 4 as specified in CIP Specification, Volume 1
Definition at line 20 of file cipelectronickey.h.
Referenced by ElectronicKeyGetKeyData(), ElectronicKeySetKeyData(), and ParseConnectionPath().
| CipUsint CipElectronicKey::key_format | 
Key Format 0-3 reserved, 4 = see Key Format Table, 5-255 = Reserved
Definition at line 18 of file cipelectronickey.h.
Referenced by ElectronicKeyGetKeyFormat(), ElectronicKeySetKeyFormat(), and ParseConnectionPath().