Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

USB_DEVICE_SPEED (Enums)
 
.
Summary
Used in USB_NODE_CONNECTION_INFORMATION_EX to get the speed of the connection of a device on a USB Hub

C# Definition:

enum USB_DEVICE_SPEED : byte
{
   UsbLowSpeed,
   UsbFullSpeed,
   UsbHighSpeed
}

VB Definition:

Enum USB_DEVICE_SPEED
   TODO
End Enum

Notes:

Defined as a UCHAR (or byte)

typedef enum _USB_DEVICE_SPEED {
   UsbLowSpeed = 0,
   UsbFullSpeed,
   UsbHighSpeed
} USB_DEVICE_SPEED;

Documentation
 

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it!

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions