bpod_core.ipc.MessageKind
- class bpod_core.ipc.MessageKind
Bases:
IntEnumThe types of messages exchanged between host and clients.
- __new__(value)
- ERROR = 4
An error message.
- HELLO = 0
A message sent by the client to initiate the handshake.
- REPLY = 3
A reply sent by the host.
- REQUEST = 2
A request sent by the client.
- WELCOME = 1
A message sent by the host to acknowledge the client’s handshake.