BoolFixedValue
A BoolFixedValue provides a single output stream that sends a single
boolean value.
Module
|
+-- InputDevice
|
+-- FixedValueInput
|
+-- BoolFixedValue
Input streams
none
Output streams
1 boolean stream, boolOut
Fields
- boolValue -- the bool value continually provided by the
output stream.
Methods
none