ch.ntb.usb
public class Usb_Device extends java.lang.Object
Constructor and Description |
---|
Usb_Device() |
Modifier and Type | Method and Description |
---|---|
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() |
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