/
USBDev_IsHighSpeed
USBDev_IsHighSpeed
Description
Specify if the device attached to PC is high speed or not.
Files
usbdev_api.c
Prototype
BOOL USBDev_IsHighSpeed (HANDLE dev, DWORD *p_err);
Arguments
dev
General handle to device.
p_err
Pointer to variable that will receive the return error code from this function:
ERROR_SUCCESS
ERROR_INVALID_HANDLE
ERROR_INVALID_PARAMETER
Returned Value
TRUE
, if device is high-speed.
FALSE
, otherwise.
Callers
Application.
Notes / Warnings
None.
, multiple selections available,
Related content
USBD_EventHS
USBD_EventHS
More like this
USBD_CfgOtherSpeed
USBD_CfgOtherSpeed
More like this
USBD_EventConn
USBD_EventConn
More like this
USBD_DevStateGet
USBD_DevStateGet
More like this
Device Configuration
Device Configuration
More like this
USBD_EventDisconn
USBD_EventDisconn
More like this