logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nng_msg_len - return message body length

Description

       The nng_msg_len() returns the length of the body of message msg.

Errors

       None.

Name

       nng_msg_len - return message body length

Return Values

       Length of message body.

See Also

nng_msg_alloc(3), nng_msg_body(3), nng_msg(5), nng(7)

                                                   2025-04-20                                     NNG_MSG_LEN(3)

Synopsis

           #include <nng/nng.h>

           size_t nng_msg_len(nng_msg *msg);

See Also