| uint32_t EC_API_SLV_AoE_cbRegisterReadRequestHandler | ( | EC_API_SLV_SHandle_t * | pHandle, |
| EC_API_SLV_AoE_CBReadRequestHandler_t | cbFunc, | ||
| void * | pContext | ||
| ) |
Register user application to handle AoE read requests.
| [in] | pHandle | The pointer to the EtherCAT API instance. |
| [in] | cbFunc | Function pointer to user application. |
| [in] | pContext | read request call context. |