Qore zmq Module  1.0.0
ZFrame Send Flags

Variables

const Qore::ZMQ::ZFRAME_DONTWAIT = ZFRAME_DONTWAIT
 sets the "don't wait" bit on the frame; specifies that send operations should be performed in non-blocking mode
 
const Qore::ZMQ::ZFRAME_MORE = ZFRAME_MORE
 sets the "more" bit on the frame; i.e. that the frame is part of a multipart message
 
const Qore::ZMQ::ZFRAME_REUSE = ZFRAME_REUSE
 sets the "reuse" bit on the frame which prohibits the frame from being consumed by the call
 

Detailed Description

These values can be combined with bitwise-or when sending frames on a socket