public static class FTD3XX.ConfigurationDescriptor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
Index
Index of the configuration.
|
int |
MaxPower
Maximum power in mA.
|
int |
NumInterfaces
Number of interfaces in the configuration.
|
boolean |
RemoteWakeup
Device supports remote wakeup feature.
|
boolean |
SelfPowered
Device is powered by self, not by the USB bus.
|
| Constructor and Description |
|---|
ConfigurationDescriptor()
Instantiates a new Configuration descriptor.
|
public int Index
public int NumInterfaces
public int MaxPower
public boolean RemoteWakeup
public boolean SelfPowered