UsbClass Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values returned by several types.
public enum UsbClass
type UsbClass =
- Inheritance
-
UsbClass
Fields
Name | Value | Description |
---|---|---|
PerInterface | 0 | USB class indicating that the class is determined on a per-interface basis. |
Audio | 1 | USB class for audio devices. |
Comm | 2 | USB class for communication devices. |
Hid | 3 | USB class for human interface devices (for example, mice and keyboards). |
Physica | 5 | USB class for physical devices. |
StillImage | 6 | USB class for still image devices (digital cameras). |
Printer | 7 | USB class for printers. |
MassStorage | 8 | USB class for mass storage devices. |
Hub | 9 | USB class for USB hubs. |
CdcData | 10 | USB class for CDC devices (communications device class). |
CscId | 11 | USB class for content smart card devices. |
ContentSec | 13 | USB class for content security devices. |
Video | 14 | USB class for video devices. |
WirelessController | 224 | USB class for wireless controller devices. |
Misc | 239 | USB class for wireless miscellaneous devices. |
AppSpec | 254 | Application specific USB class. |
VendorSpec | 255 | Vendor specific USB class. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.