ØMQ API
ØMQ/2.2.1 API Reference
v4.1 master | v4.0 stable | v3.2 stable | v2.2 stable
- zmq - 0MQ lightweight messaging kernel
- zmq_bind - accept connections on a socket
- zmq_close - close 0MQ socket
- zmq_connect - connect a socket
- zmq_cpp - interface between 0MQ and C++ applications
- zmq_device - start built-in 0MQ device
- zmq_pgm - 0MQ reliable multicast transport using PGM
- zmq_errno - retrieve value of errno for the calling thread
- zmq_getsockopt - get 0MQ socket options
- zmq_init - initialise 0MQ context
- zmq_inproc - 0MQ local in-process (inter-thread) communication transport
- zmq_ipc - 0MQ local inter-process communication transport
- zmq_msg_close - release 0MQ message
- zmq_msg_copy - copy content of a message to another message
- zmq_msg_data - retrieve pointer to message content
- zmq_msg_init_data - initialise 0MQ message from a supplied buffer
- zmq_msg_init_size - initialise 0MQ message of a specified size
- zmq_msg_init - initialise empty 0MQ message
- zmq_msg_move - move content of a message to another message
- zmq_msg_size - retrieve message content size in bytes
- zmq_pgm - 0MQ reliable multicast transport using PGM
- zmq_poll - input/output multiplexing
- zmq_recv - receive a message from a socket
- zmq_send - send a message on a socket
- zmq_setsockopt - set 0MQ socket options
- zmq_socket - create 0MQ socket
- zmq_strerror - get 0MQ error message string
- zmq_tcp - 0MQ unicast transport using TCP
- zmq_term - terminate 0MQ context
- zmq_version - report 0MQ library version