1.1.17.5 WDRV_WINC_InfoDeviceGet

C

WDRV_WINC_STATUS WDRV_WINC_InfoDeviceGet
(
    DRV_HANDLE handle,
    WDRV_WINC_DEVICE_INFO *const pDeviceInfo
)

Description

Returns information on the WINC device.

Precondition

WDRV_WINC_Initialize must have been called.

WDRV_WINC_Open must have been called to obtain a valid handle.

Parameters

ParametersDescription
handleClient handle obtained by a call to WDRV_WINC_Open.
pDeviceInfoPointer 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.