LibUsbDotNet 2.2.8
UsbConfigDescriptor Class
Library Reference ► LibUsbDotNet.Descriptors ► UsbConfigDescriptor
|
Usb Configuration Descriptor.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class UsbConfigDescriptor : UsbDescriptor
Public Class UsbConfigDescriptor _ Inherits UsbDescriptor
public ref class UsbConfigDescriptor : public UsbDescriptor
Members
All Members | Methods | Fields | |||
|
|
|
Icon | Member | Description |
---|---|---|
Attributes |
D7 Reserved, set to 1. (USB 1.0 Bus Powered)
D6 Self Powered
D5 Remote Wakeup
D4..0 Reserved, set to 0.
|
|
ConfigID |
Value to use as an argument to select this Configuration
|
|
InterfaceCount |
Number of Interfaces
|
|
MaxPower |
Maximum Power Consumption in 2mA units
|
|
Size |
Total size of this structure in bytes.
|
|
StringIndex |
Index of String Descriptor describing this Configuration
|
|
ToString()()()() |
Returns a String that represents the current UsbConfigDescriptor.
(Overrides UsbDescriptor.ToString()()()().) |
|
ToString(String, String, String) |
Returns a String that represents the current UsbConfigDescriptor.
|
|
TotalLength |
Total length in bytes of data returned
|
Inheritance Hierarchy
Object | ||
UsbDescriptor | ||
UsbConfigDescriptor |