BoolValue
The
BoolValue
class contains a Boolean value.Property | Description |
lastValue | (get) lastValue: boolean (set) (Not Available) Specifies a Boolean representing the last value of the object. |
Method | Description |
pinLastValue | pinLastValue(): ConstBoolSignal Returns a ConstBoolSignal containing a constant value which is the last value of the specified signal before pinLastValue is called. ConstBoolSignal can be passed to a functions which accept bools. |
Last modified 3yr ago