From 978e33ba253a997b41b331b449b474a5cee7bccc Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Mon, 23 Jan 2012 08:54:31 +0100 Subject: Imported Upstream version 2.1.10 --- doc/zmq_msg_data.html | 122 +++++++++++++++++++++++++++----------------------- 1 file changed, 65 insertions(+), 57 deletions(-) (limited to 'doc/zmq_msg_data.html') diff --git a/doc/zmq_msg_data.html b/doc/zmq_msg_data.html index 3e06bd6..76d547a 100644 --- a/doc/zmq_msg_data.html +++ b/doc/zmq_msg_data.html @@ -2,28 +2,15 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - - + + zmq_msg_data(3) - +
-

SYNOPSIS

void *zmq_msg_data (zmq_msg_t *msg);

-
-

DESCRIPTION

The zmq_msg_data() function shall return a pointer to the message content of @@ -581,21 +598,15 @@ the message object referenced by msg.

-
-

RETURN VALUE

Upon successful completion, zmq_msg_data() shall return a pointer to the message content.

-
-

ERRORS

No errors are defined.

-
-

SEE ALSO

zmq_msg_size(3) @@ -605,20 +616,17 @@ message content.

zmq_msg_close(3) zmq(7)

- -

AUTHORS

This ØMQ manual page was written by Martin Sustrik <sustrik@250bpm.com> and Martin Lucina <mato@kotelna.sk>.

-

-- cgit v1.2.3