| uint32_t EC_API_SLV_CiA402_registerLocalError | ( | EC_API_SLV_SHandle_t * | pHandle, |
| EC_API_SLV_CiA402_CBUsrApplLocalError_t | cbFunc, | ||
| void * | pContext | ||
| ) |
Register a local error, triggered if CiA402 state machine changes into an error state.
| [in] | pHandle | Slave API Handle Instance |
| [in] | pContext | CiA402 localError call context |
| [in] | cbFunc | Local error handle. |