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

tstrOtaInitHdr Struct Reference

tstrOtaInitHdr Struct Reference
[DataTypes]

OTA Image Header. More...

#include <m2m_types.h>

Data Fields

uint32 u32OtaMagicValue
uint32 u32OtaPayloadSzie

Detailed Description

OTA Image Header.

Definition at line 2010 of file m2m_types.h.


Field Documentation

Magic value kept in the OTA image after the sha256 Digest buffer to define the Start of OTA Header

Definition at line 2012 of file m2m_types.h.

The Total OTA image payload size, include the sha256 key size

Definition at line 2015 of file m2m_types.h.