Signal Class
The actual signal.
Methods
onChange
(
-
listener
Keep track of listeners who want to be notified if this signal changes
Parameters:
-
listener
ObjectJS callback to get notification
update
(
-
newValue
Set new value of this signal. Any local registered clients will receive a notification. Please note, no CAN message is actually send to the bus (@see DatabaseServer::send)
Parameters:
-
newValue
Bool | Double | IntegerNew value to set