mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-19 16:56:11 +01:00
13 lines
311 B
Groff
13 lines
311 B
Groff
.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>
|