public class ObservableDigitalOut extends Observable implements DigitalOut
| Constructor and Description |
|---|
ObservableDigitalOut() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSet()
Determine if the digital output is set.
|
void |
set(boolean b)
Set or clear the digital output.
|
addObserver, getObserverCount, notifyObservers, removeObserver, removeObserverspublic boolean isSet()
public void set(boolean b)
set in interface DigitalOutb - true if to be set, false otherwise.Copyright © 2025. All Rights Reserved.