Метод | Описание | |
---|---|---|
LogicalBinaryOutput ( ) : System | ||
Read ( ) : BinaryState | ||
WithInvertedState ( bool value = true ) : IBinaryOutput | ||
WithOutput ( IBinaryOutput output ) : |
||
Write ( BinaryState state, bool commit = true ) : void |
Метод | Описание | |
---|---|---|
CoerceState ( BinaryState state ) : BinaryState |
public WithInvertedState ( bool value = true ) : IBinaryOutput | ||
value | bool | |
Результат | IBinaryOutput |
public WithOutput ( IBinaryOutput output ) : |
||
output | IBinaryOutput | |
Результат |
public Write ( BinaryState state, bool commit = true ) : void | ||
state | BinaryState | |
commit | bool | |
Результат | void |