EtherCAT Slave  1.06.01

◆ EC_API_SLV_EoE_cbRegisterSettingIndHandler()

void EC_API_SLV_EoE_cbRegisterSettingIndHandler ( EC_API_SLV_SHandle_t pEcSlaveApi_p,
void *  pContext_p,
EC_API_SLV_EoE_CBSettingIndHandler_t  cbFunc_p 
)

This is the function to register EoE Setting Indication handler.

This function registers a function pointer which must be implemented by the user. The user defined function will be called any time an EoE Setting Indication is received.

Parameters
[in]pEcSlaveApi_pThe pointer to the EtherCAT API instance.
[in]pContext_pcontext for EoE setting indicator handler callback
[in]cbFunc_pFunction pointer to the EoE Setting Indication Handler
Example
#include <ecSlvApi.h>
// the Call
EC_API_SLV_EoE_cbRegisterSettingIndHandler
void EC_API_SLV_EoE_cbRegisterSettingIndHandler(EC_API_SLV_SHandle_t *pEcSlaveApi_p, void *pContext_p, EC_API_SLV_EoE_CBSettingIndHandler_t cbFunc_p)
This is the function to register EoE Setting Indication handler.
Definition: ecSlvApi_EoEStub.c:122