public interface DigitalOut
In Modbus terms this represents a
coil, which is read-write from slave and
master or device side.
Therefor implementations have to be carefully
designed for concurrency.
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSet()
Tests if this DigitalOut is set.
|
void |
set(boolean b)
Sets the state of this DigitalOut.
|
Copyright © 2017. All rights reserved.