table of contents
NNG_MSG_LEN(3) | NNG Reference Manual | NNG_MSG_LEN(3) |
NAME¶
nng_msg_len - return message body length
SYNOPSIS¶
#include <nng/nng.h> size_t nng_msg_len(nng_msg *msg);
DESCRIPTION¶
The nng_msg_len() returns the length of the body of message msg.
RETURN VALUES¶
Length of message body.
ERRORS¶
None.
SEE ALSO¶
2025-02-02 |