0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-26 23:01:04 +08:00

Clarification on zmq_msg_more

This commit is contained in:
Pieter Hintjens 2012-12-23 17:59:34 +01:00
parent 12a648db07
commit b0f0d3fcb4

View File

@ -16,7 +16,8 @@ DESCRIPTION
-----------
The _zmq_msg_more()_ function indicates whether this is part of a multi-part
message, and there are further parts to receive. This method can safely be
called after _zmq_msg_close()_.
called after _zmq_msg_close()_. This method is identical to _zmq_msg_get()_
with an argument of ZMQ_MORE.
RETURN VALUE