public final class ContainerIdDescriptor extends Object
Constructor and Description |
---|
ContainerIdDescriptor()
Constructs a new Container Id descriptor which can be passed to the
LibUsb.getContainerIdDescriptor(Context,
BosDevCapabilityDescriptor, ContainerIdDescriptor)
method. |
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).
|
byte |
bReserved()
Returns the reserved field.
|
ByteBuffer |
containerId()
Returns the 128 bit UUID.
|
String |
dump()
Returns a dump of this descriptor.
|
boolean |
equals(Object obj) |
long |
getPointer()
Returns the native pointer.
|
int |
hashCode() |
String |
toString() |
public ContainerIdDescriptor()
LibUsb.getContainerIdDescriptor(Context,
BosDevCapabilityDescriptor, ContainerIdDescriptor)
method.public long getPointer()
public byte bLength()
public byte bDescriptorType()
public byte bDevCapabilityType()
public byte bReserved()
public ByteBuffer containerId()
public String dump()
Copyright © 2011–2018 usb4java Team. All rights reserved.