|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.jusb.UsbDescriptorImp com.ibm.jusb.UsbEndpointDescriptorImp
public class UsbEndpointDescriptorImp
UsbEndpointDescriptor implementation.
Constructor Summary | |
---|---|
UsbEndpointDescriptorImp(byte bLength,
byte bDescriptorType,
byte bEndpointAddress,
byte bmAttributes,
byte bInterval,
short wMaxPacketSize)
Constructor. |
Method Summary | |
---|---|
byte |
bEndpointAddress()
Get this descriptor's bEndpointAddress. |
byte |
bInterval()
Get this descriptor's bInterval. |
byte |
bmAttributes()
Get this descriptor's bmAttributes. |
java.lang.String |
toString()
Get a String representing this. |
short |
wMaxPacketSize()
Get this descriptor's wMaxPacketSize. |
Methods inherited from class com.ibm.jusb.UsbDescriptorImp |
---|
bDescriptorType, bLength, equals, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.usb.UsbDescriptor |
---|
bDescriptorType, bLength |
Constructor Detail |
---|
public 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.Method Detail |
---|
public byte bEndpointAddress()
bEndpointAddress
in interface UsbEndpointDescriptor
This is unsigned.
public byte bmAttributes()
bmAttributes
in interface UsbEndpointDescriptor
This is unsigned.
public short wMaxPacketSize()
wMaxPacketSize
in interface UsbEndpointDescriptor
This is unsigned.
public byte bInterval()
bInterval
in interface UsbEndpointDescriptor
This is unsigned.
public java.lang.String toString()
toString
in class UsbDescriptorImp
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |