typedef uint32_t(* EC_API_SLV_FoE_CBOpenFileHandler_t) (void *pContext, const char *pName, uint16_t nameLen, bool isRead, uint32_t password) |
User defined FoE receive function. Called when an FoE frame is received.
[in] | pContext | call context |
[in] | pName | FoE file name |
[in] | nameLen | Length of file name |
[in] | isRead | true: readAccess, false: writeAccess |
[in] | password | password |