| 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.
| [in] | pContext | function context |
| [in] | pData | EoE Frame Data |
| [in] | size | EoE Frame Size |