ConfigurationDescriptor Class
Namespace: GHIElectronics.TinyCLR.Devices.UsbClient · Assembly: GHIElectronics.TinyCLR.Devices.UsbClient
No description available.
public class ConfigurationDescriptor : Descriptor
Constructors
ConfigurationDescriptor(ushort MaxPower_mA, UsbInterface[] Interfaces)
public ConfigurationDescriptor(ushort MaxPower_mA, UsbInterface[] Interfaces) : base(0)
No description available.
| Parameter | Type | Description |
|---|---|---|
MaxPower_mA | ushort | |
Interfaces | UsbInterface[] |
Fields
ATTRIB_Base
public const byte ATTRIB_Base
No description available.
ATTRIB_SelfPowered
public const byte ATTRIB_SelfPowered
No description available.
ATTRIB_RemoteWakeup
public const byte ATTRIB_RemoteWakeup
No description available.
interfaces
public UsbInterface[] interfaces
No description available.
iConfiguration
public byte iConfiguration
No description available.
bmAttributes
public byte bmAttributes
No description available.
bMaxPower
public byte bMaxPower
No description available.