zmqpp 4.1.2
C++ bindings for 0mq (libzmq)
Loading...
Searching...
No Matches
zmqpp::event Namespace Reference

Variables

const int connected = ZMQ_EVENT_CONNECTED
 
const int connect_delayed = ZMQ_EVENT_CONNECT_DELAYED
 
const int connect_retried = ZMQ_EVENT_CONNECT_RETRIED
 
const int listening = ZMQ_EVENT_LISTENING
 
const int bind_failed = ZMQ_EVENT_BIND_FAILED
 
const int accepted = ZMQ_EVENT_ACCEPTED
 
const int accept_failed = ZMQ_EVENT_ACCEPT_FAILED
 
const int closed = ZMQ_EVENT_CLOSED
 
const int close_failed = ZMQ_EVENT_CLOSE_FAILED
 
const int disconnected = ZMQ_EVENT_DISCONNECTED
 
const int monitor_stopped = ZMQ_EVENT_MONITOR_STOPPED
 
const int all = ZMQ_EVENT_ALL
 

Variable Documentation

◆ accept_failed

const int zmqpp::event::accept_failed = ZMQ_EVENT_ACCEPT_FAILED

◆ accepted

const int zmqpp::event::accepted = ZMQ_EVENT_ACCEPTED

◆ all

const int zmqpp::event::all = ZMQ_EVENT_ALL

◆ bind_failed

const int zmqpp::event::bind_failed = ZMQ_EVENT_BIND_FAILED

◆ close_failed

const int zmqpp::event::close_failed = ZMQ_EVENT_CLOSE_FAILED

◆ closed

const int zmqpp::event::closed = ZMQ_EVENT_CLOSED

◆ connect_delayed

const int zmqpp::event::connect_delayed = ZMQ_EVENT_CONNECT_DELAYED

◆ connect_retried

const int zmqpp::event::connect_retried = ZMQ_EVENT_CONNECT_RETRIED

◆ connected

const int zmqpp::event::connected = ZMQ_EVENT_CONNECTED

◆ disconnected

const int zmqpp::event::disconnected = ZMQ_EVENT_DISCONNECTED

◆ listening

const int zmqpp::event::listening = ZMQ_EVENT_LISTENING

◆ monitor_stopped

const int zmqpp::event::monitor_stopped = ZMQ_EVENT_MONITOR_STOPPED