Functions | |
NMI_API sint8 | m2m_ota_get_firmware_version (tstrM2mRev *pstrRev) |
Synchronous API to obtain the firmware version of the WINC image that is stored in the inactive flash partition. This is the image that would run on the WINC IC if m2m_ota_switch_firmware or m2m_ota_rollback were called, followed by a reset of the WINC IC. More... | |
sint8 | m2m_wifi_check_ota_rb (void) |
Synchronous API to check presence and compatibility of the WINC image that is stored in the inactive flash partition. This is the image that would run on the WINC IC if m2m_ota_switch_firmware or m2m_ota_rollback were called, followed by a reset of the WINC IC. More... | |
uint32 | m2m_wifi_get_chipId (void) |
Synchronous API to obtain the firmware WINC chip ID. More... | |
sint8 | m2m_wifi_get_firmware_version (tstrM2mRev *pstrRev) |
Synchronous API to obtain the firmware version currently running on the WINC IC. More... | |
NMI_API sint8 m2m_ota_get_firmware_version | ( | tstrM2mRev * | pstrRev | ) |
Synchronous API to obtain the firmware version of the WINC image that is stored in the inactive flash partition. This is the image that would run on the WINC IC if m2m_ota_switch_firmware or m2m_ota_rollback were called, followed by a reset of the WINC IC.
[out] | pstrRev | pointer holds address of structure "tstrM2mRev" that contains the ota fw version parameters |
Definition at line 1186 of file m2m_wifi.c.
sint8 m2m_wifi_check_ota_rb | ( | void | ) |
Synchronous API to check presence and compatibility of the WINC image that is stored in the inactive flash partition. This is the image that would run on the WINC IC if m2m_ota_switch_firmware or m2m_ota_rollback were called, followed by a reset of the WINC IC.
Definition at line 1159 of file m2m_wifi.c.
uint32 m2m_wifi_get_chipId | ( | void | ) |
Synchronous API to obtain the firmware WINC chip ID.
Get the WINC Chip ID.
Definition at line 1121 of file m2m_wifi.c.
sint8 m2m_wifi_get_firmware_version | ( | tstrM2mRev * | pstrRev | ) |
Synchronous API to obtain the firmware version currently running on the WINC IC.
[out] | pstrRev | pointer holds address of structure "tstrM2mRev" that contains the firmware version parameters |
Definition at line 1137 of file m2m_wifi.c.