|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiris.ComEnumerator
public class ComEnumerator
This class enumerates the IRIS receivers connected to the computer, and constructs wrappers around them.
This version uses Windows' COM ports trhough the GNU Comm library.
Constructor Summary | |
---|---|
ComEnumerator()
Lists the IRIS receivers found on the COM ports. |
Method Summary | |
---|---|
ComWrapper |
getComWrapper(int index)
Returns the ComWrapper for a given receiver. |
int |
getCount()
Returns the number of detected receivers. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComEnumerator()
Method Detail |
---|
public int getCount()
public ComWrapper getComWrapper(int index) throws java.lang.ArrayIndexOutOfBoundsException
index
- the index of the receiver
java.lang.ArrayIndexOutOfBoundsException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |