| uint32_t EC_API_SLV_EoE_cbRegisterSettingIndHandler | ( | EC_API_SLV_SHandle_t * | pHandle, |
| EC_API_SLV_EoE_CBSettingIndHandler_t | cbFunc, | ||
| void * | pContext | ||
| ) |
This is the function to register EoE Setting Indication handler.
This function registers a function pointer which must be implemented by the user. The user defined function will be called any time an EoE Setting Indication is received.
| [in] | pHandle | The pointer to the EtherCAT API instance. |
| [in] | cbFunc | Function pointer to the EoE Setting Indication Handler |
| [in] | pContext | EoE settingIndHandler call context |