|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HardwareInterfaceFactoryInterface
Defines the interface a hardware interface factory has to have to be included in the list in HardwareInterfaceFactory.
Method Summary | |
---|---|
HardwareInterface |
getFirstAvailableInterface()
Gets the first available interface. |
HardwareInterface |
getInterface(int n)
Returns one of the interfaces |
int |
getNumInterfacesAvailable()
Returns the number of available interfaces, i.e., the number of available hardware devices. |
Method Detail |
---|
int getNumInterfacesAvailable()
HardwareInterface getFirstAvailableInterface() throws HardwareInterfaceException
HardwareInterfaceException
HardwareInterface getInterface(int n) throws HardwareInterfaceException
n
- the number starting from 0
HardwareInterfaceException
- if there is some error
|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |