| uint32_t EC_API_SLV_SoE_cbRegisterSendHandler | ( | EC_API_SLV_SHandle_t * | pHandle, |
| EC_API_SLV_SoE_CBSend_t | cbFunc, | ||
| void * | pContext | ||
| ) |
Register user application to generate SoE in order to send them to the master.
| [in] | pHandle | The pointer to the EtherCAT API instance. |
| [in] | cbFunc | Function pointer to user application. |
| [in] | pContext | sendHandler call context |