Functions | |
| uint32_t | EC_API_SLV_EoE_cbRegisterReceiveHandler (EC_API_SLV_SHandle_t *pHandle, EC_API_SLV_EoE_CBReceiveHandler_t cbFunc, void *pContext) |
| This is the function to register EoE receive handlers. | |
| uint32_t | EC_API_SLV_EoE_cbRegisterSettingIndHandler (EC_API_SLV_SHandle_t *pHandle, EC_API_SLV_EoE_CBSettingIndHandler_t cbFunc, void *pContext) |
| This is the function to register EoE Setting Indication handler. | |
| uint32_t | EC_API_SLV_EoE_sendFrame (EC_API_SLV_SHandle_t *pHandle, uint16_t length, uint8_t *pData) |
| This is the function to send EoE frames. | |