BoolValue
The BoolValue
class contains a Boolean value.
Properties
Property
Description
lastValue
(get) lastValue: boolean (set) (Not Available)
Specifies a Boolean representing the last value of the object.
Methods
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 updated