Frame.opCall

$(ANCHOR Frame.opCall_size) Initializes a $(ZMQ) message frame of the specified _size.

Throws

ZmqException if $(ZMQ) reports an error.

Corresponds to

$(ZMQREF zmq_msg_init_size())

Examples

auto msg = Frame(123);
assert(msg.size == 123);

Meta