1.1.4.7 WDRV_WINC_InfoDeviceGet
Function
WDRV_WINC_STATUS WDRV_WINC_InfoDeviceGet ( DRV_HANDLE handle, WDRV_WINC_DEVICE_INFO *const pDeviceInfo )
Summary
Returns the WINC device information.
Description
Returns information on the WINC device.
Precondition
WDRV_WINC_Initialize should have been called. WDRV_WINC_Open should have been called to obtain a valid handle.
Parameters
handle - Client handle obtained by a call to WDRV_WINC_Open.
pDeviceInfo - Pointer to structure to receive device information.
Returns
WDRV_WINC_STATUS_OK - The information has been returned.
WDRV_WINC_STATUS_NOT_OPEN - The driver instance is not open.
WDRV_WINC_STATUS_INVALID_ARG - The parameters were incorrect.
WDRV_WINC_STATUS_RETRY_REQUEST - Version information not available, try again.
Remarks
None.