EtherCAT Slave  1.06.01

◆ EC_API_SLV_cbRegisterErrorHandler()

void EC_API_SLV_cbRegisterErrorHandler ( EC_API_SLV_SHandle_t pEcSlaveApi_p,
void *  pContext_p,
EC_API_SLV_CBStackError_t  cbFunc_p 
)
Parameters
[in]pEcSlaveApi_pThe pointer to the EtherCAT API instance.
[in]pContext_perrorHandler call context
[in]cbFunc_pError function callback
Example
#include <ecSlvApi.h>
// the Call
EC_API_SLV_cbRegisterErrorHandler
void EC_API_SLV_cbRegisterErrorHandler(EC_API_SLV_SHandle_t *pEcSlaveApi_p, void *pContext_p, EC_API_SLV_CBStackError_t cbFunc_p)
Definition: ecSlvApiStub.c:1391