Host File OTA Information.
#include <m2m_types.h>
Data Fields | |
uint8 | __PAD16__ [2] |
uint32 | u32OtaFileSize |
uint8 | u8CFHandler |
uint8 | u8OtaFileGetStatus |
uint8 tstrOtaHostFileGetStatusResp::__PAD16__[2] |
Padding byte for forcing 4-byte alignment
uint32 tstrOtaHostFileGetStatusResp::u32OtaFileSize |
Reports the size of the downloaded file. Valid if u8OtaFileGetStatus=OTA_STATUS_SUCCESS.
Referenced by m2m_ota_cb().
uint8 tstrOtaHostFileGetStatusResp::u8CFHandler |
The file handler stored in the WINC for a valid file. Valid if u8OtaFileGetStatus=OTA_STATUS_SUCCESS.
Referenced by m2m_ota_cb().
uint8 tstrOtaHostFileGetStatusResp::u8OtaFileGetStatus |
The status of the File Get operation. See tenuOtaUpdateStatus.
Referenced by m2m_ota_cb().