Method | Description | |
---|---|---|
LogicalBinaryOutput ( ) : System | ||
Read ( ) : BinaryState | ||
WithInvertedState ( bool value = true ) : IBinaryOutput | ||
WithOutput ( IBinaryOutput output ) : |
||
Write ( BinaryState state, bool commit = true ) : void |
Method | Description | |
---|---|---|
CoerceState ( BinaryState state ) : BinaryState |
public WithInvertedState ( bool value = true ) : IBinaryOutput | ||
value | bool | |
return | IBinaryOutput |
public WithOutput ( IBinaryOutput output ) : |
||
output | IBinaryOutput | |
return |
public Write ( BinaryState state, bool commit = true ) : void | ||
state | BinaryState | |
commit | bool | |
return | void |