From 597cc5edd624525563e6549dc0057eca2a51c81d Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 11 Nov 2014 13:30:46 -0500 Subject: upgrade to new version --- doc/zmq_msg_size.html | 811 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 811 insertions(+) create mode 100644 doc/zmq_msg_size.html (limited to 'doc/zmq_msg_size.html') diff --git a/doc/zmq_msg_size.html b/doc/zmq_msg_size.html new file mode 100644 index 0000000..e23e9ec --- /dev/null +++ b/doc/zmq_msg_size.html @@ -0,0 +1,811 @@ + + + + + +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 +the message object referenced by msg.

+
+ + + +
+
Caution
+
Never access zmq_msg_t members directly, instead always use the +zmq_msg family of functions.
+
+
+
+
+

RETURN VALUE

+
+

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

+
+
+
+

ERRORS

+
+

No errors are defined.

+
+
+ +
+

AUTHORS

+
+

This page was written by the ØMQ community. To make a change please +read the ØMQ Contribution Policy at http://www.zeromq.org/docs:contributing.

+
+
+
+

+ + + -- cgit v1.2.3