mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-16 20:41:18 +08:00
Minor patch to zmq_cpp(7)
This commit is contained in:
parent
fba90af8a7
commit
f0a36f9994
@ -102,11 +102,13 @@ Maps to the _zmq_connect()_ function, as described in linkzmq:zmq_connect[3].
|
|||||||
*bool socket_t::send(message_t '&msg', int 'flags' = 0)*
|
*bool socket_t::send(message_t '&msg', int 'flags' = 0)*
|
||||||
|
|
||||||
Maps to the _zmq_send()_ function, as described in linkzmq:zmq_send[3].
|
Maps to the _zmq_send()_ function, as described in linkzmq:zmq_send[3].
|
||||||
|
Returns true if message is successfully sent, false if it is not.
|
||||||
|
|
||||||
[verse]
|
[verse]
|
||||||
*bool socket_t::recv(message_t '*msg', int 'flags' = 0)*
|
*bool socket_t::recv(message_t '*msg', int 'flags' = 0)*
|
||||||
|
|
||||||
Maps to the _zmq_recv()_ function, as described in linkzmq:zmq_recv[3].
|
Maps to the _zmq_recv()_ function, as described in linkzmq:zmq_recv[3].
|
||||||
|
Returns true if message is successfully received, false if it is not.
|
||||||
|
|
||||||
|
|
||||||
Message
|
Message
|
||||||
|
Loading…
x
Reference in New Issue
Block a user