1.1.4.11 WDRV_WINC_DEVICE_INFO
Struct type
Summary
Defines the device information.
Description
This data type defines the device information of the WINC.
Remarks
None.
typedef struct { /* Flag indicating if this information is valid. */ bool isValid; /* WINC device ID. */ uint32_t id; /* Number of flash images. */ uint8_t numImages; /* Information for each device image. */ struct { /* Sequence number. */ uint32_t seqNum; /* Version information. */ uint32_t version; /* Source address. */ uint32_t srcAddr; } image[WINC_CFG_PARAM_ID_DI_IMAGE_INFO_NUM]; } WDRV_WINC_DEVICE_INFO;