- 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.
- 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.