|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.acces.aiousb.DeviceSubsystem
public abstract class DeviceSubsystem
Class DeviceSubsystem is the abstract super class for all device subsystems.
Constructor Summary | |
---|---|
DeviceSubsystem(USBDevice parent)
Constructor for subsystem. |
Method Summary | |
---|---|
int |
getDeviceIndex()
Gets the device index on the bus. |
abstract java.io.PrintStream |
print(java.io.PrintStream stream)
Prints the properties of this subsystem. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeviceSubsystem(USBDevice parent)
parent
- the parent USB device object that this subsystem is a part of.Method Detail |
---|
public abstract java.io.PrintStream print(java.io.PrintStream stream)
stream
- the print stream where properties will be printed.
public int getDeviceIndex()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |