bpod_core.ipc.MessageKind
- class bpod_core.ipc.MessageKind
Bases:
ByteEnumThe types of messages exchanged between host and clients.
- ERROR = 69
An error message.
- HELLO = 72
A message sent by the client to initiate the handshake.
- REPLY = 82
A reply sent by the host.
- REQUEST = 81
A request sent by the client.
- WELCOME = 87
A message sent by the host to acknowledge the client’s handshake.