|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectch.ntb.usb.Usb_Bus
public class Usb_Bus
Represents an USB bus.
This is the root class for the representation of the libusb USB structure.
Zero or more devices may be connected to an USB bus.
| Constructor Summary | |
|---|---|
Usb_Bus()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Usb_Bus()
| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||