Enum EventType

Socket event types.

enum EventType : int { ... }

These are used together with Socket.monitor(), and are described in the zmq_socket_monitor() reference.

Enum members

NameDescription
accepted Corresponds to ZMQ_EVENT_ACCEPTED.
acceptFailed Corresponds to ZMQ_EVENT_ACCEPT_FAILED.
all Corresponds to ZMQ_EVENT_ALL.
bindFailed Corresponds to ZMQ_EVENT_BIND_FAILED.
closed Corresponds to ZMQ_EVENT_CLOSED.
closeFailed Corresponds to ZMQ_EVENT_CLOSE_FAILED.
connectDelayed Corresponds to ZMQ_EVENT_CONNECT_DELAYED.
connected Corresponds to ZMQ_EVENT_CONNECTED.
connectRetried Corresponds to ZMQ_EVENT_CONNECT_RETRIED.
disconnected Corresponds to ZMQ_EVENT_DISCONNECTED.
handshakeFailedAuth Corresponds to ZMQ_EVENT_HANDSHAKE_FAILED_AUTH.
handshakeFailedNoDetail Corresponds to ZMQ_EVENT_HANDSHAKE_FAILED_NO_DETAIL.
handshakeFailedProtocol Corresponds to ZMQ_EVENT_HANDSHAKE_FAILED_PROTOCOL.
handshakeSucceeded Corresponds to ZMQ_EVENT_HANDSHAKE_SUCCEEDED.
listening Corresponds to ZMQ_EVENT_LISTENING.
monitorStopped Corresponds to ZMQ_EVENT_MONITOR_STOPPED.