These functions cover File access over EtherCAT (FoE) functionality which enable downloading and uploading of the file onto/from the flash.
Functions | |
| uint32_t | EC_SLV_APP_FoE_fileRead (void *pContext, uint16_t *pData, uint16_t size, uint32_t fileOffset) |
| Read file from device. | |
| uint32_t | EC_SLV_APP_FoE_fileWrite (void *pContext, uint16_t *pData, uint16_t size) |
| Write file from device. | |
| uint32_t | EC_SLV_APP_FoE_fileClose (void *pContext, uint32_t errorCode) |
| Close file. | |
| uint32_t | EC_SLV_APP_FoE_fileOpen (void *pContext, const char *pName, uint16_t nameLen, bool isRead, uint32_t password) |
| Open file from device. | |
| void | EC_SLV_APP_FoE_startBL (void *pContext) |
| FoE Bootloader start. | |
| void | EC_SLV_APP_FoE_stopBL (void *pContext) |
| FoE Bootloader stop. | |