EtherCAT Slave  1.06.01

◆ EC_API_SLV_FoE_CBOpenFileHandler_t

typedef uint32_t(* EC_API_SLV_FoE_CBOpenFileHandler_t) (void *pContext_p, const char *pName_p, uint16_t nameLen_p, bool isRead_p, uint32_t password_p)

User defined FoE receive function. Called when an FoE frame is received.

Parameters
[in]pContext_pcall context
[in]pName_pFoE file name
[in]nameLen_pLength of file name
[in]isRead_ptrue: readAccess, false: writeAccess
[in]password_ppassword
Returns
Error code.