OpENer - Open Source EtherNet/IP(TM) I/O Target Stack  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
cip_service_struct Struct Reference

Service descriptor. These are stored in an array. More...

#include <ciptypes.h>

Collaboration diagram for cip_service_struct:
[legend]

Data Fields

char * name
 
CipServiceFunction service_function
 
EipUint8 service_number
 

Detailed Description

Service descriptor. These are stored in an array.

Definition at line 285 of file ciptypes.h.

Field Documentation

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().


The documentation for this struct was generated from the following file: