Man Pages in
libzmq3-dev
Carta.tech
Packages
libzmq3-dev
43
Section 3:
Library calls
zmq_bind.3
Accept incoming connections on a socket
zmq_close.3
Close 0mq socket
zmq_connect.3
Create outgoing connection from socket
zmq_ctx_destroy.3
Terminate a 0mq context
zmq_ctx_get.3
Get context options
zmq_ctx_new.3
Create new 0mq context
zmq_ctx_set.3
Set context options
zmq_ctx_term.3
Destroy a 0mq context
zmq_curve_keypair.3
Generate a new curve keypair
zmq_disconnect.3
Disconnect a socket
zmq_errno.3
Retrieve value of errno for the calling thread
zmq_getsockopt.3
Get 0mq socket options
zmq_init.3
Initialise 0mq context
zmq_msg_close.3
Release 0mq message
zmq_msg_copy.3
Copy content of a message to another message
zmq_msg_data.3
Retrieve pointer to message content
zmq_msg_get.3
Get message property
zmq_msg_init.3
Initialise empty 0mq message
zmq_msg_init_data.3
Initialise 0mq message from a supplied buffer
zmq_msg_init_size.3
Initialise 0mq message of a specified size
zmq_msg_more.3
Indicate if there are more message parts to receive
zmq_msg_move.3
Move content of a message to another message
zmq_msg_recv.3
Receive a message part from a socket
zmq_msg_send.3
Send a message part on a socket
zmq_msg_set.3
Set message property
zmq_msg_size.3
Retrieve message content size in bytes
zmq_poll.3
Input/output multiplexing
zmq_proxy.3
Start built-in 0mq proxy
zmq_proxy_steerable.3
Start built-in 0mq proxy with pause/resume/terminate control flow
zmq_recv.3
Receive a message part from a socket
zmq_recvmsg.3
Receive a message part from a socket
zmq_send.3
Send a message part on a socket
zmq_send_const.3
Send a constant-memory message part on a socket
zmq_sendmsg.3
Send a message part on a socket
zmq_setsockopt.3
Set 0mq socket options
zmq_socket.3
Create 0mq socket
zmq_socket_monitor.3
Register a monitoring callback
zmq_strerror.3
Get 0mq error message string
zmq_term.3
Terminate 0mq context
zmq_unbind.3
Stop accepting connections on a socket
zmq_version.3
Report 0mq library version
zmq_z85_decode.3
Decode a binary key from z85 printable text
zmq_z85_encode.3
Encode a binary key as z85 printable text
9
Section 7:
Miscellaneous
zmq.7
0mq lightweight messaging kernel
zmq_curve.7
Secure authentication and confidentiality
zmq_epgm.7
0mq reliable multicast transport using pgm
zmq_inproc.7
0mq local in-process (inter-thread) communication transport
zmq_ipc.7
0mq local inter-process communication transport
zmq_null.7
No security or confidentiality
zmq_pgm.7
0mq reliable multicast transport using pgm
zmq_plain.7
Clear-text authentication
zmq_tcp.7
0mq unicast transport using tcp