From 56619463ac26dc6c3e576d2fbf6b544eebeb5148 Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Sun, 20 May 2012 11:24:59 +0200 Subject: Imported Upstream version 2.2.0 --- doc/zmq_recv.html | 167 ++++++++++++++++++++++++++++++++---------------------- 1 file changed, 99 insertions(+), 68 deletions(-) (limited to 'doc/zmq_recv.html') diff --git a/doc/zmq_recv.html b/doc/zmq_recv.html index b27b619..49b635d 100644 --- a/doc/zmq_recv.html +++ b/doc/zmq_recv.html @@ -2,15 +2,28 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - - + + zmq_recv(3) - +
+

SYNOPSIS

int zmq_recv (void *socket, zmq_msg_t *msg, int flags);

+
+

DESCRIPTION

The zmq_recv() function shall receive a message from the socket referenced by @@ -604,7 +623,8 @@ shall fail with errno set to EAGAIN.

-

Multi-part messages

+
+

Multi-part messages

A ØMQ message is composed of 1 or more message parts; each message part is an independent zmq_msg_t in its own right. ØMQ ensures atomic delivery of messages; peers shall receive either all message parts of a message or none @@ -617,11 +637,16 @@ follow, or if the message is not composed of multiple parts, ZMQ_RCVMOREZMQ_RCVMORE shall report a value of 1, indicating that more message parts are to follow.

+
+
+

RETURN VALUE

The zmq_recv() function shall return zero if successful. Otherwise it shall return -1 and set errno to one of the values defined below.

+
+

ERRORS

@@ -687,6 +712,8 @@ The message passed to the function was invalid.
+
+

EXAMPLE

@@ -722,6 +749,8 @@ do { } while (more);
+
+

SEE ALSO

zmq_send(3) @@ -729,17 +758,19 @@ do { zmq_socket(7) zmq(7)

+
+

AUTHORS

-

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

+

This manual page was written by the ØMQ community.

+

-- cgit v1.2.3