public final class BosDevCapabilityDescriptor extends Object
Modifier and Type | Method and Description |
---|---|
byte |
bDescriptorType()
Returns the descriptor type.
|
byte |
bDevCapabilityType()
Returns the device capability type.
|
byte |
bLength()
Returns the size of this descriptor (in bytes).
|
ByteBuffer |
devCapabilityData()
Returns the device capability data (bLength - 3 bytes).
|
String |
dump()
Returns a dump of this descriptor.
|
boolean |
equals(Object obj) |
long |
getPointer()
Returns the native pointer.
|
int |
hashCode() |
String |
toString() |
public long getPointer()
public byte bLength()
public byte bDescriptorType()
public byte bDevCapabilityType()
public ByteBuffer devCapabilityData()
public String dump()
Copyright © 2011–2018 usb4java Team. All rights reserved.