1.1.21.4 WDRV_WINC_OTA_OPERATION_STATE Struct
C
typedef struct { WDRV_WINC_OTA_OPERATION_TYPE operation; uint8_t opId; WDRV_WINC_OTA_STATUS_CALLBACK pfOperationStatusCB; } WDRV_WINC_OTA_OPERATION_STATE;
Description
Structure containing details relating to an OTA operation.
Members
Members | Description |
---|---|
operation | Indicate what OTA operation is in progress. |
opId | Current operation ID. |
pfOperationStatusCB | Callback to use for events relating to firmware update downloads. |
Remarks
None.