nng_msg_len − return message body length
#include <nng/nng.h>
size_t nng_msg_len(nng_msg *msg);
The nng_msg_len() returns the length of the body of message msg.
Length of message body.
None.
nng_msg_alloc(3), nng_msg_body(3), nng_msg(5), nng(7)