public class UsbDescriptorImp extends Object implements UsbDescriptor
| Constructor and Description |
|---|
UsbDescriptorImp(byte bLength,
byte bDescriptorType) |
| Modifier and Type | Method and Description |
|---|---|
byte |
bDescriptorType()
Get this descriptor's bDescriptorType.
|
byte |
bLength()
Get this descriptor's bLength.
|
boolean |
equals(Object object)
Compare this to an Object.
|
int |
hashCode()
Get the hashcode.
|
String |
toString()
Get a String representing this.
|
public byte bLength()
bLength in interface UsbDescriptorThis is unsigned.public byte bDescriptorType()
bDescriptorType in interface UsbDescriptorThis is unsigned.public boolean equals(Object object)
public int hashCode()
This is implemented using the String's hashCode.
Copyright © 2014 LSST. All Rights Reserved.