public final class OutputFrame
extends java.lang.Object
Device
.createOutputFrame().Modifier and Type | Method and Description |
---|---|
void |
setAnalogOutput(int index,
float value)
Define value that should be set on the specified analog output.
|
void |
setDigitalPort(int index,
int value)
Define value that should be set on the specified digital port.
|
java.lang.String |
toString() |
public void setDigitalPort(int index, int value)
index
- Zero based index of port to specify.value
- Value to set at this port.public void setAnalogOutput(int index, float value)
index
- Zero based index of output to specify.value
- Value to set at this output.public java.lang.String toString()
toString
in class java.lang.Object