|
OpENer - Open Source EtherNet/IP(TM) I/O Target Stack
2.1
|
Service descriptor. These are stored in an array. More...
#include <ciptypes.h>
Data Fields | |
| char * | name |
| CipServiceFunction | service_function |
| EipUint8 | service_number |
Service descriptor. These are stored in an array.
Definition at line 285 of file ciptypes.h.
| char* cip_service_struct::name |
name of the service
Definition at line 288 of file ciptypes.h.
Referenced by InsertService(), and NotifyClass().
| CipServiceFunction cip_service_struct::service_function |
pointer to a function call
Definition at line 287 of file ciptypes.h.
Referenced by GetAttributeAll(), InsertService(), and NotifyClass().
| EipUint8 cip_service_struct::service_number |
service number
Definition at line 286 of file ciptypes.h.
Referenced by GetCipService(), InsertService(), and NotifyClass().