EtherCAT Slave  1.06.01

◆ EC_API_SLV_EoE_CBReceiveHandler_t

typedef bool(* EC_API_SLV_EoE_CBReceiveHandler_t) (void *pContext_p, uint16_t *pData_p, uint16_t length_p)

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

Parameters
[in]pContext_pfunction context
[in]pData_pEoE Frame Data
[in]length_pEoE Frame Size
Returns
true if frame is handle, false if it should be passed on.