EtherCAT Slave  1.06.01

◆ EC_API_SLV_setFwUpdateMode()

void EC_API_SLV_setFwUpdateMode ( EC_API_SLV_SHandle_t pEcSlaveApi_p,
bool  fwUpdateRequired_p 
)

Set whether firmware update is required after file read via FoE.

Parameters
[in]pEcSlaveApi_pThe pointer to the EtherCAT API instance.
[in]fwUpdateRequired_pFirmware update required
Example
#include <ecSlvApi.h>
// the Call
EC_API_SLV_setFwUpdateMode(ecSlaveApi, false);
EC_API_SLV_setFwUpdateMode
void EC_API_SLV_setFwUpdateMode(EC_API_SLV_SHandle_t *pEcSlaveApi_p, bool fwUpdateRequired_p)
Set whether firmware update is required after file read via FoE.
Definition: ecSlvApi_FoEStub.c:328