1ZMQ_MSG_SIZE(3)                   0MQ Manual                   ZMQ_MSG_SIZE(3)
2
3
4

NAME

6       zmq_msg_size - retrieve message content size in bytes
7

SYNOPSIS

9       size_t zmq_msg_size (zmq_msg_t *msg);
10

DESCRIPTION

12       The zmq_msg_size() function shall return the size in bytes of the
13       content of the message object referenced by msg.
14
15           Caution
16           Never access zmq_msg_t members directly, instead always use the
17           zmq_msg family of functions.
18

RETURN VALUE

20       Upon successful completion, zmq_msg_size() shall return the size of the
21       message content in bytes.
22

ERRORS

24       No errors are defined.
25

SEE ALSO

27       zmq_msg_data(3) zmq_msg_init(3) zmq_msg_init_size(3)
28       zmq_msg_init_buffer(3) zmq_msg_init_data(3) zmq_msg_close(3) zmq(7)
29

AUTHORS

31       This page was written by the 0MQ community. To make a change please
32       read the 0MQ Contribution Policy at
33       http://www.zeromq.org/docs:contributing.
34
35
36
370MQ 4.3.4                         01/22/2022                   ZMQ_MSG_SIZE(3)
Impressum