| OpENer - Open Source EtherNet/IP(TM)  I/O Target Stack
    2.1
    | 
Struct for padded EPATHs. More...
#include <ciptypes.h>
| Data Fields | |
| EipUint16 | attribute_number | 
| EipUint16 | class_id | 
| EipUint16 | instance_number | 
| EipUint8 | path_size | 
Struct for padded EPATHs.
Definition at line 152 of file ciptypes.h.
| EipUint16 CipEpath::attribute_number | 
Requested Attribute Number of the linked object
Definition at line 156 of file ciptypes.h.
Referenced by DecodePaddedEPath(), EncodeEPath(), GetAttributeAll(), GetAttributeAllTcpIpInterface(), GetAttributeSingle(), GetAttributeSingleEthernetLink(), SetAssemblyAttributeSingle(), SetAttributeSingleQoS(), and SetAttributeSingleTcp().
| EipUint16 CipEpath::class_id | 
Class ID of the linked object
Definition at line 154 of file ciptypes.h.
Referenced by DecodePaddedEPath(), EncodeEPath(), and NotifyMessageRouter().
| EipUint16 CipEpath::instance_number | 
Requested Instance Number of the linked object
Definition at line 155 of file ciptypes.h.
Referenced by DecodePaddedEPath(), EncodeEPath(), and NotifyClass().
| EipUint8 CipEpath::path_size | 
Path size in 16 bit words (path_size * 16 bit)
Definition at line 153 of file ciptypes.h.
Referenced by DecodePaddedEPath(), EncodeEPath(), and GetSizeOfAttribute().