public final class SsUsbDeviceCapabilityDescriptor extends Object
Constructor and Description |
---|
SsUsbDeviceCapabilityDescriptor()
Constructs a new SuperSpeed USB Device Capability descriptor which can
be passed to the
LibUsb.getSsUsbDeviceCapabilityDescriptor(Context,
BosDevCapabilityDescriptor, SsUsbDeviceCapabilityDescriptor)
method. |
Modifier and Type | Method and Description |
---|---|
byte |
bDescriptorType()
Returns the descriptor type.
|
byte |
bDevCapabilityType()
Returns the device capability type.
|
byte |
bFunctionalitySupport()
Returns the lowest speed at which all the functionality supported by the
device is available to the user.
|
byte |
bLength()
Returns the size of this descriptor (in bytes).
|
byte |
bmAttributes()
Returns the bitmap of supported device level features.
|
byte |
bU1DevExitLat()
Returns the U1 Device Exit Latency.
|
short |
bU2DevExitLat()
Returns the U2 Device Exit Latency.
|
String |
dump()
Returns a dump of this descriptor.
|
boolean |
equals(Object obj) |
long |
getPointer()
Returns the native pointer.
|
int |
hashCode() |
String |
toString() |
short |
wSpeedSupported()
Returns the bitmap encoding of the speed supported by this device when
operating in SuperSpeed mode.
|
public SsUsbDeviceCapabilityDescriptor()
LibUsb.getSsUsbDeviceCapabilityDescriptor(Context,
BosDevCapabilityDescriptor, SsUsbDeviceCapabilityDescriptor)
method.public long getPointer()
public byte bLength()
public byte bDescriptorType()
public byte bDevCapabilityType()
public byte bmAttributes()
public short wSpeedSupported()
public byte bFunctionalitySupport()
public byte bU1DevExitLat()
public short bU2DevExitLat()
public String dump()
Copyright © 2011–2018 usb4java Team. All rights reserved.