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
Parameters | Description |
---|---|
handle | Client handle obtained by a call to WDRV_WINC_Open . |
operation | Indicates what operation the status refers to. |
opId | Operation ID. |
status | A status value. |
Returns
None.
Remarks
None.