EtherCAT Slave
 
Loading...
Searching...
No Matches

◆ EC_API_SLV_EoE_CBReceiveHandler_t

typedef bool(* EC_API_SLV_EoE_CBReceiveHandler_t) (void *pContext, uint16_t *pData, uint16_t size)

User defined EoE receive function. Called when an EoE frame is received.

Parameters
[in]pContextfunction context
[in]pDataEoE Frame Data
[in]sizeEoE Frame Size
Returns
true if frame is handle, false if it should be passed on.