Members
-
module:saij/connection/ConnectionType~DUPLEX{module:saij/connection/Connection~Connection}
-
A two-way (duplex) connection where outputs from A -> B and B -> A.
- Default Value:
- duplex
-
module:saij/connection/ConnectionType~REMOTE_DUPLEX{module:saij/connection/Connection~Connection}
-
A remote connection that publishes and subscribes to a socket.
- Default Value:
- remote_duplex
-
module:saij/connection/ConnectionType~REMOTE_SIMPLEX{module:saij/connection/Connection~Connection}
-
A remote connection that publishes to a socket.
- Default Value:
- remote_simplex
-
module:saij/connection/ConnectionType~SIMPLEX{module:saij/connection/Connection~Connection}
-
A one-way (simplex) connection where outputs from A -> B.
- Default Value:
- simplex