Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Zmq.Msgtype bigstring =
(char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.tInitialize a new message with the given data. The data will be kept alive for the lifetime of the message.
val size : t -> intSize of the message in bytes
Retrieve the data contained in the message.
This is considered unsafe because the underlying data may be freed when the message's lifetime expires.
val close : t -> unitFree the message. This will be done automatically when the message is garbage collected.