public final class SsEndpointCompanionDescriptor extends Object
Constructor and Description |
---|
SsEndpointCompanionDescriptor()
Constructs a new descriptor which can be passed to the
LibUsb.getSsEndpointCompanionDescriptor(Context,
EndpointDescriptor, SsEndpointCompanionDescriptor)
method. |
Modifier and Type | Method and Description |
---|---|
byte |
bDescriptorType()
Returns the descriptor type.
|
byte |
bLength()
Returns the size of this descriptor (in bytes).
|
byte |
bmAttributes()
Returns the attributes.
|
byte |
bMaxBurst()
Returns the maximum number of packets the endpoint can send or receive as
part of a burst.
|
String |
dump()
Returns a dump of this descriptor.
|
boolean |
equals(Object obj) |
long |
getPointer()
Returns the native pointer.
|
int |
hashCode() |
String |
toString() |
short |
wBytesPerInterval()
Returns the total number of bytes this endpoint will transfer every
service interval.
|
public SsEndpointCompanionDescriptor()
LibUsb.getSsEndpointCompanionDescriptor(Context,
EndpointDescriptor, SsEndpointCompanionDescriptor)
method.public long getPointer()
public byte bLength()
public byte bDescriptorType()
public byte bMaxBurst()
public byte bmAttributes()
public short wBytesPerInterval()
public String dump()
Copyright © 2011–2018 usb4java Team. All rights reserved.