Class I2COutput
- java.lang.Object
-
- org.wildstang.framework.io.outputs.Output
-
- org.wildstang.framework.io.outputs.I2COutput
-
- Direct Known Subclasses:
WsI2COutput
public abstract class I2COutput extends Output
First abstraction of Output representing I2C Outputs. Currently there are no implementations of this type.
-
-
Constructor Summary
Constructors Constructor Description I2COutput(java.lang.String p_name)
Constructor simply passes on name.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getValue()
Returns the latest commanded value for the Output.void
setValue(byte[] p_value)
Sets the output value, doesn't command the hardware.
-