ch.ntb.usb
public class Usb_Bus extends java.lang.Object
Constructor and Description |
---|
Usb_Bus() |
Modifier and Type | Method and Description |
---|---|
Usb_Device |
getDevices()
Get the first device ojects of the devices linked list.
|
java.lang.String |
getDirname()
Returns the systems String representation of the bus.
|
long |
getLocation()
Returns the location in the USB bus linked list.
|
Usb_Bus |
getNext()
Returns the next bus object.
|
Usb_Bus |
getPrev()
Returns the previous bus object.
|
Usb_Device |
getRootDev()
Get the root device of this bus.
|
java.lang.String |
toString() |
public Usb_Device getDevices()
public java.lang.String getDirname()
public Usb_Bus getNext()
public Usb_Bus getPrev()
public Usb_Device getRootDev()
public long getLocation()
public java.lang.String toString()
toString
in class java.lang.Object