| uint32_t EC_API_SLV_SoE_cbRegisterRecvHandler | ( | EC_API_SLV_SHandle_t * | pHandle, |
| EC_API_SLV_SoE_CBRecv_t | cbFunc, | ||
| void * | pContext | ||
| ) |
Register user application to process SoE frames received from master.
| [in] | pHandle | The pointer to the EtherCAT API instance. |
| [in] | cbFunc | Function pointer to user application. |
| [in] | pContext | recvHandler call context |