Copy creator
Copy creator based on internal message pointer
Creator? param: inition allocation size
A destructor is present on this object, but not explicitly documented in the source.
Append ubyte array or unsigned to the body Returns zero or error code
Extract and remove ubyte array of given size or unsigned from the body end Returns tempalte type
Prepend body with the ubyte array or unsigned Returns zero or error code
Extract and remove ubyte array of given size or unsigned from the body beginning Returns template type
Clear message
For header same as for body
For header same as for body
For header same as for body
For header same as for body
Body pointer getter
Header pointer getter
Message andheader length getters
Message pointer getter
Message pointer setter
{NNGMessage} Dynamically constructed structure to serialize everything for NNG transport Contains header and body buffers which may be composed and decomposed separately Properties: - pointer: to access internal nng_msg pointer - bodyptr: toaccess the body pointer - headerptr: to access the header pointer - lengthL message length - header_length: header length Methods: - constructor: accept the buffer size to allocate initially - body_append/body_prepend (template): add part to the body end or begin - body_chop (template): remove and return part from the end of body - body_trim (template): remove and return part from the beginnning of body - header_append/header_prepend (template): add part to the header end or begin - header_chop (template): remove and return part from the end of header - header_trim (template): remove and return part from the beginnning of header