Delta / NNN50_WIFI_API

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

Embed: (wiki syntax)

« Back to documentation index

m2m_ota.h File Reference

m2m_ota.h File Reference

WINC OTA Upgrade API Interface. More...

Go to the source code of this file.

Typedefs

typedef void(* tpfOtaNotifCb )(tstrOtaUpdateInfo *pstrOtaUpdateInfo)
 A callback to get notification about a potential OTA update.
typedef void(* tpfOtaUpdateCb )(uint8 u8OtaUpdateStatusType, uint8 u8OtaUpdateStatus)
 A callback to get OTA status update, the callback provide the status type and its status. The OTA callback provides the download status, the switch to the downloaded firmware status and roll-back status.

Detailed Description

WINC OTA Upgrade API Interface.

Copyright (c) 2016-2017 Atmel Corporation. All rights reserved.

Definition in file m2m_ota.h.