public class UsbEndpointDescriptorImp extends UsbDescriptorImp implements UsbEndpointDescriptor
| Constructor and Description |
|---|
UsbEndpointDescriptorImp(byte bLength,
byte bDescriptorType,
byte bEndpointAddress,
byte bmAttributes,
byte bInterval,
short wMaxPacketSize)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte |
bEndpointAddress()
Get this descriptor's bEndpointAddress.
|
byte |
bInterval()
Get this descriptor's bInterval.
|
byte |
bmAttributes()
Get this descriptor's bmAttributes.
|
String |
toString()
Get a String representing this.
|
short |
wMaxPacketSize()
Get this descriptor's wMaxPacketSize.
|
bDescriptorType, bLength, equals, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitbDescriptorType, bLengthpublic UsbEndpointDescriptorImp(byte bLength,
byte bDescriptorType,
byte bEndpointAddress,
byte bmAttributes,
byte bInterval,
short wMaxPacketSize)
bLength - This descriptor's bLength.bDescriptorType - This descriptor's bDescriptorType.bEndpointAddress - This descriptor's bEndpointAddress.bmAttributes - This descriptor's bmAttributes.bInterval - This descriptor's bInterval.wMaxPacketSize - This descriptor's wMaxPacketSize.public byte bEndpointAddress()
bEndpointAddress in interface UsbEndpointDescriptorThis is unsigned.public byte bmAttributes()
bmAttributes in interface UsbEndpointDescriptorThis is unsigned.public short wMaxPacketSize()
wMaxPacketSize in interface UsbEndpointDescriptorThis is unsigned.public byte bInterval()
bInterval in interface UsbEndpointDescriptorThis is unsigned.public String toString()
toString in class UsbDescriptorImpCopyright © 2014 LSST. All Rights Reserved.