|
jamod at SF | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface defining a digital output.
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.
Method Summary | |
boolean |
isSet()
Tests if this DigitalOut is set. |
void |
set(boolean b)
Sets the state of this DigitalOut. |
Method Detail |
public boolean isSet()
public void set(boolean b)
b
- true if to be set, false otherwise.
|
jamod at SF | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |