public class SimpleDigitalOut extends Object implements DigitalOut
| Constructor and Description |
|---|
SimpleDigitalOut()
Constructs a new SimpleDigitalOut instance.
|
SimpleDigitalOut(boolean b)
Constructs a new SimpleDigitalOut instance
with the given state.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSet()
Tests if this DigitalIn is set.
|
void |
set(boolean b)
Sets the state of this DigitalOut.
|
public SimpleDigitalOut()
public SimpleDigitalOut(boolean b)
b - true if set, false otherwise.public boolean isSet()
DigitalInpublic void set(boolean b)
DigitalOutset in interface DigitalOutb - true if to be set, false otherwise.Copyright © 2025. All Rights Reserved.