1.1.1.10 WDRV_WINC_StatusExt
C
WDRV_WINC_SYS_STATUS WDRV_WINC_StatusExt
(
SYS_MODULE_OBJ object
)Description
This function provides the extended system status of the WINC driver module.
Precondition
WDRV_WINC_Initialize must have been called.
Parameters
| Parameters | Description |
|---|---|
| object | Driver object handle, returned from WDRV_WINC_Initialize. |
Returns
SYS_STATUS_READY - Indicates that any previous module operation for the specified module has completed.
SYS_STATUS_BUSY - Indicates that a previous module operation for the specified module has not yet completed.
SYS_STATUS_ERROR - Indicates that the specified module is in an error state.
SYS_STATUS_UNINITIALIZED - Driver uninitialized.
WDRV_WINC_SYS_STATUS_ERROR_DEVICE_NOT_FOUND - Device not found.
WDRV_WINC_SYS_STATUS_ERROR_DEVICE_FAILURE - Device failure.
Remarks
None.
