|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HardwareInterface
General interface to hardware
Method Summary | |
---|---|
void |
close()
Closes the device and frees the internal device handle. |
java.lang.String |
getTypeName()
get text name of interface, e.g. |
boolean |
isOpen()
|
void |
open()
Opens the device driver and gets a handle to the device which is internally maintained. |
Method Detail |
---|
java.lang.String getTypeName()
void close()
void open() throws HardwareInterfaceException
HardwareInterfaceException
- if there is a problem. Diagnostics are printeds.boolean isOpen()
|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |