0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-10 15:19:16 +08:00
libzmq/man/man3/zmq_msg_data.3

13 lines
310 B
Groff
Raw Normal View History

.TH zmq_msg_data 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals"
.SH NAME
zmq_msg_data \- retrieves pointer to the message content
.SH SYNOPSIS
.B void *zmq_msg_data (zmq_msg_t *msg);
.SH DESCRIPTION
.SH RETURN VALUE
.SH ERRORS
.SH EXAMPLE
.SH SEE ALSO
.SH AUTHOR
Martin Sustrik <sustrik at 250bpm dot com>