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