|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeviceDriver
Driver for any device.
Method Summary | |
---|---|
void |
close()
Closes the connection of USB device. |
Plugin |
getPlugin()
Returns the plug-in of driver. |
boolean |
isOpened()
Returns TRUE if the USB device is connected. |
void |
open()
Opens a new connection to the USB device and returns all informations on this device. |
Method Detail |
---|
Plugin getPlugin()
void open() throws AstroDevicePluginException
AstroDevicePluginException
- Exception if an error occurred.void close() throws AstroDevicePluginException
AstroDevicePluginException
- Exception if an error occurred.boolean isOpened()
TRUE
if the USB device is connected.
TRUE
if the USB device is connected.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |