| uint32_t EC_API_SLV_FoE_cbRegisterStartBLHandler | ( | EC_API_SLV_SHandle_t * | pHandle, |
| EC_API_SLV_FoE_CBStartBLHandler_t | cbFunc, | ||
| void * | pContext | ||
| ) |
This is the function to register FoE bootloader start function.
This function registers a function pointer which must be implemented by the user. The user defined function will be called during the state transition from INIT to BOOTSTRAP mode.
| [in] | pHandle | The pointer to the EtherCAT API instance. |
| [in] | cbFunc | Function pointer to the FoE BL start Handler |
| [in] | pContext | BLStartHandler call context |