NNGMessage

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(NNGMessage src)
Undocumented in source.
this
this(nng_msg* msgref)
Undocumented in source.
this
this(size_t size)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

body_append
int body_append(const(T) data)
Undocumented in source. Be warned that the author may not have intended to support it.
body_chop
T body_chop(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
body_prepend
int body_prepend(const(T) data)
Undocumented in source. Be warned that the author may not have intended to support it.
body_trim
T body_trim(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
header_append
int header_append(const(T) data)
Undocumented in source. Be warned that the author may not have intended to support it.
header_chop
T header_chop(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
header_prepend
int header_prepend(const(T) data)
Undocumented in source. Be warned that the author may not have intended to support it.
header_trim
T header_trim(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

bodyptr
void* bodyptr [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
header_length
size_t header_length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
headerptr
void* headerptr [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
pointer
nng_msg* pointer [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
pointer
nng_msg* pointer [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

msg
nng_msg* msg;
Undocumented in source.

Meta