|
ZIO
Python and C++ interface to ZeroMQ and Zyre
|
Variables | |
| string | C_CLIENT = b"MDPC01" |
| string | W_WORKER = b"MDPW01" |
| string | W_READY = b"\001" |
| string | W_REQUEST = b"\002" |
| string | W_REPLY = b"\003" |
| string | W_HEARTBEAT = b"\004" |
| string | W_DISCONNECT = b"\005" |
| list | commands = [None, b"READY", b"REQUEST", b"REPLY", b"HEARTBEAT", b"DISCONNECT"] |
Majordomo Protocol definitions
| list zio.domo.MDP.commands = [None, b"READY", b"REQUEST", b"REPLY", b"HEARTBEAT", b"DISCONNECT"] |
1.8.13