diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-08-30 15:28:08 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-08-30 15:28:08 +0200 |
commit | f0a36f9994e0a4e6e509bdf4b6dd75af27f984bb (patch) | |
tree | 63e9a3864cfbe35fe5bafa035c865609f0d9036c /doc | |
parent | fba90af8a7cc4a790cc9c77b6313fc253b51c36c (diff) |
Minor patch to zmq_cpp(7)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/zmq_cpp.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/zmq_cpp.txt b/doc/zmq_cpp.txt index e25f460..668eff5 100644 --- a/doc/zmq_cpp.txt +++ b/doc/zmq_cpp.txt @@ -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)* 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] *bool socket_t::recv(message_t '*msg', int 'flags' = 0)* 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 |