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

MembersDescription
operationIndicate what OTA operation is in progress.
opIdCurrent operation ID.
pfOperationStatusCBCallback to use for events relating to firmware update downloads.

Remarks

None.