summaryrefslogtreecommitdiff
path: root/man/man3/zmq_recv.3
blob: 8308f798ecb6b46bae2eb22fad64d21ad65dc8e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.TH zmq_recv 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals"
.SH NAME
zmq_recv \- retrieves a message from the socket
.SH SYNOPSIS
.B int zmq_recv (void *s, zmq_msg_t *msg, int flags);
.SH DESCRIPTION
.SH RETURN VALUE
.SH ERRORS
.SH EXAMPLE
.SH SEE ALSO
.SH AUTHOR
Martin Sustrik <sustrik at 250bpm dot com>