ZIO
Python and C++ interface to ZeroMQ and Zyre
Variables
zio.domo.MDP Namespace Reference

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"]
 

Detailed Description

Majordomo Protocol definitions

Variable Documentation

◆ C_CLIENT

string zio.domo.MDP.C_CLIENT = b"MDPC01"

Definition at line 3 of file MDP.py.

◆ commands

list zio.domo.MDP.commands = [None, b"READY", b"REQUEST", b"REPLY", b"HEARTBEAT", b"DISCONNECT"]

Definition at line 15 of file MDP.py.

◆ W_DISCONNECT

string zio.domo.MDP.W_DISCONNECT = b"\005"

Definition at line 13 of file MDP.py.

◆ W_HEARTBEAT

string zio.domo.MDP.W_HEARTBEAT = b"\004"

Definition at line 12 of file MDP.py.

◆ W_READY

string zio.domo.MDP.W_READY = b"\001"

Definition at line 9 of file MDP.py.

◆ W_REPLY

string zio.domo.MDP.W_REPLY = b"\003"

Definition at line 11 of file MDP.py.

◆ W_REQUEST

string zio.domo.MDP.W_REQUEST = b"\002"

Definition at line 10 of file MDP.py.

◆ W_WORKER

string zio.domo.MDP.W_WORKER = b"MDPW01"

Definition at line 6 of file MDP.py.