NNGMessage.body_append

Append ubyte array or unsigned to the body Returns zero or error code

struct NNGMessage
int
body_append
(
T
)
(
const(T) data
)
if (
isArray!T ||
isUnsigned!T
)