|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.ntb.usb.Usb_Device
public class Usb_Device
Represents an USB device.
An USB device has one device descriptor and it may have multiple
configuration descriptors.
Constructor Summary | |
---|---|
Usb_Device()
|
Method Summary | |
---|---|
Usb_Bus |
getBus()
Returns the reference to the bus to which this device is connected. |
Usb_Device |
getChildren()
Returns a reference to the first child. |
Usb_Config_Descriptor[] |
getConfig()
Returns the USB config descriptors. |
Usb_Device_Descriptor |
getDescriptor()
Returns the USB device descriptor. |
byte |
getDevnum()
Returns the number assigned to this device. |
java.lang.String |
getFilename()
Returns the systems String representation. |
Usb_Device |
getNext()
Returns the pointer to the next device. |
byte |
getNumChildren()
Returns the number of children of this device. |
Usb_Device |
getPrev()
Returns the pointer to the previous device. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Usb_Device()
Method Detail |
---|
public Usb_Bus getBus()
public Usb_Device getChildren()
public Usb_Config_Descriptor[] getConfig()
public Usb_Device_Descriptor getDescriptor()
public byte getDevnum()
public java.lang.String getFilename()
public Usb_Device getNext()
public byte getNumChildren()
public Usb_Device getPrev()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |