From 75af6aed482ab16997c1388fe801f74d11ec12a4 Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Mon, 23 Jan 2012 08:54:14 +0100 Subject: Imported Upstream version 2.1.9 --- doc/zmq_msg_size.html | 124 +++++++++++++++++++++++--------------------------- 1 file changed, 58 insertions(+), 66 deletions(-) (limited to 'doc/zmq_msg_size.html') diff --git a/doc/zmq_msg_size.html b/doc/zmq_msg_size.html index 068232d..b498438 100644 --- a/doc/zmq_msg_size.html +++ b/doc/zmq_msg_size.html @@ -2,15 +2,28 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - - + + zmq_msg_size(3) - +
+

SYNOPSIS

size_t zmq_msg_size (zmq_msg_t *msg);

+
+

DESCRIPTION

The zmq_msg_size() function shall return the size in bytes of the content of @@ -598,15 +581,21 @@ the message object referenced by msg.

+
+

RETURN VALUE

-

Upon successful completion, zmq_msg_data() shall return the size of the +

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

+
+

ERRORS

No errors are defined.

+
+

SEE ALSO

zmq_msg_data(3) @@ -616,17 +605,20 @@ message content in bytes.

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