EtherNet/IP™ Adapter3.09.00
 
Loading...
Searching...
No Matches

◆ EI_API_CIP_CBStack

typedef uint8_t(* EI_API_CIP_CBStack) (const void *ptObj_p, void *ptConObj_p, EI_API_CIP_SBuffer_t *ptConsumeBuf_p, EI_API_CIP_SBuffer_t *ptProduceBuf_p)

Declaration of custom service callback required by stack.

Function provides communication buffers. Consume buffer provides request data. Produce buffer is used to compose response data.

Remarks
First two parameters are related to internal stack definitions and should be ignored.