Man Pages in libzmq-dev

  1. Carta.tech
  2. Packages
  3. libzmq-dev
  • 23

    Section 3: Library calls

    zmq_device.3
    Start built-in 0mq device
    zmq_bind.3
    Accept connections on a socket
    zmq_close.3
    Close 0mq socket
    zmq_connect.3
    Connect 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_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_move.3
    Move content of a message to another message
    zmq_msg_size.3
    Retrieve message content size in bytes
    zmq_poll.3
    Input/output multiplexing
    zmq_recv.3
    Receive a message from a socket
    zmq_send.3
    Send a message on a socket
    zmq_setsockopt.3
    Set 0mq socket options
    zmq_socket.3
    Create 0mq socket
    zmq_strerror.3
    Get 0mq error message string
    zmq_term.3
    Terminate 0mq context
    zmq_version.3
    Report 0mq library version
  • 7

    Section 7: Miscellaneous

    zmq_cpp.7
    Interface between 0mq and c++ applications
    zmq.7
    0mq lightweight messaging kernel
    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_pgm.7
    0mq reliable multicast transport using pgm
    zmq_tcp.7
    0mq unicast transport using tcp