Qore zmq Module
1.0.0
|
These values can be combined with bitwise-or when sending frames on a socket. More...
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 | |
These values can be combined with bitwise-or when sending frames on a socket.