Base class for all usb descriptors structures.

C# | Visual Basic | Visual C++ |
public abstract class UsbDescriptor
Public MustInherit Class UsbDescriptor
public ref class UsbDescriptor abstract

All Members | Methods | Fields | |||
Icon | Member | Description |
---|---|---|
![]() | DescriptorType |
Type of structure reported by the associated usb device.
|
![]() | Length |
Length of structure reported by the associated usb device.
|
![]() ![]() | Size |
Total size of this structure in bytes.
|
![]() | ToString()()()() |
String representation of the UsbDescriptor class.
(Overrides Object.ToString()()()().) |
![]() ![]() | ToStringFieldSeperator |
String value used to seperate the name/value groups for all ToString overloads of the descriptor classes.
|
![]() ![]() | ToStringParamValueSeperator |
String value used to seperate the name/value pairs for all ToString overloads of the descriptor classes.
|

This is the actual descriptor as described in the USB 2.0 Specifications.
