ArnLib
4.0.x
Active Registry Network
|
#include <ArnItemValve.hpp>
Public Types | |
enum | E { InStream = 0x01, OutStream = 0x02, InOutStream = InStream | OutStream } |
Definition at line 83 of file ArnItemValve.hpp.
Enumerator | |
---|---|
InStream | Control target item notifying (signal) updated value. |
OutStream | Control target item accepting assign of value (setValue) |
InOutStream | Convenience, combined InStream and OutStream |
Definition at line 84 of file ArnItemValve.hpp.