Class WsRemoteDigitalInput
- java.lang.Object
-
- org.wildstang.framework.io.inputs.Input
-
- org.wildstang.framework.io.inputs.DigitalInput
-
- org.wildstang.hardware.roborio.inputs.WsRemoteDigitalInput
-
public class WsRemoteDigitalInput extends DigitalInput
Reads a remote digital input.
-
-
Constructor Summary
Constructors Constructor Description WsRemoteDigitalInput(java.lang.String p_name, java.lang.String p_networkTbl)
Construct the remote input.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
readRawValue()
Reads the value from the remote digital input.-
Methods inherited from class org.wildstang.framework.io.inputs.DigitalInput
getValue, readDataFromInput, setValue
-
Methods inherited from class org.wildstang.framework.io.inputs.Input
addInputListener, disable, enable, getInputListeners, getName, hasValueChanged, isEnabled, notifyListeners, removeAllListeners, removeInputListener, setValueChanged, update
-
-
-
-
Method Detail
-
readRawValue
public boolean readRawValue()
Reads the value from the remote digital input.- Specified by:
readRawValue
in classDigitalInput
- Returns:
- Raw value from input.
-
-