1.1.21.3 WDRV_WINC_OTA_STATUS_CALLBACK Typedef

C

typedef void (*WDRV_WINC_OTA_STATUS_CALLBACK)
(
    DRV_HANDLE handle,
    WDRV_WINC_OTA_OPERATION_TYPE operation,
    uint8_t opId,
    WDRV_WINC_OTA_UPDATE_STATUS status
);

Description

This defines an OTA status function callback type which can be passed into certain OTA functions to receive feedback.

Parameters

ParametersDescription
handleClient handle obtained by a call to WDRV_WINC_Open.
operationIndicates what operation the status refers to.
opIdOperation ID.
statusA status value.

Returns

None.

Remarks

None.