public class GpiStatusGroup
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
protected void |
add(java.lang.Object status) |
GpiStatus |
getGpi(short gpiNumber)
Returns the status for the specified GPI port.
|
java.util.List<GpiStatus> |
getGpiList() |
public GpiStatus getGpi(short gpiNumber) throws OctaneSdkException
gpiNumber
- port numberOctaneSdkException
- if the port does not existpublic java.util.List<GpiStatus> getGpiList()
protected void add(java.lang.Object status) throws OctaneSdkException
OctaneSdkException