1ZMQ_MSG_SIZE(3) 0MQ Manual ZMQ_MSG_SIZE(3)
2
3
4
6 zmq_msg_size - retrieve message content size in bytes
7
9 size_t zmq_msg_size (zmq_msg_t *msg);
10
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
20 Upon successful completion, zmq_msg_data() shall return the size of the
21 message content in bytes.
22
24 No errors are defined.
25
27 zmq_msg_data(3) zmq_msg_init(3) zmq_msg_init_size(3)
28 zmq_msg_init_data(3) zmq_msg_close(3) zmq(7)
29
31 This 0MQ manual page was written by Martin Sustrik
32 <sustrik@250bpm.com[1]> and Martin Lucina <mato@kotelna.sk[2]>.
33
35 1. sustrik@250bpm.com
36 mailto:sustrik@250bpm.com
37
38 2. mato@kotelna.sk
39 mailto:mato@kotelna.sk
40
41
42
430MQ 2.1.4 03/30/2011 ZMQ_MSG_SIZE(3)