1ZMQ_MSG_DATA(3) 0MQ Manual ZMQ_MSG_DATA(3)
2
3
4
6 zmq_msg_data - retrieve pointer to message content
7
9 void *zmq_msg_data (zmq_msg_t *msg);
10
12 The zmq_msg_data() function shall return a pointer to the message
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 a pointer to
21 the message content.
22
24 No errors are defined.
25
27 zmq_msg_size(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
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 07/23/2021 ZMQ_MSG_DATA(3)