From e4e646a6a9982ff932d83633157106a0b34975a2 Mon Sep 17 00:00:00 2001 From: "Staysail Systems, Inc" Date: Fri, 1 Mar 2024 07:04:14 -0800 Subject: Manual page updates for v1.7.3 --- man/v1.7.3/nng_msg_header.3.html | 96 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 man/v1.7.3/nng_msg_header.3.html (limited to 'man/v1.7.3/nng_msg_header.3.html') diff --git a/man/v1.7.3/nng_msg_header.3.html b/man/v1.7.3/nng_msg_header.3.html new file mode 100644 index 00000000..2c9b75c8 --- /dev/null +++ b/man/v1.7.3/nng_msg_header.3.html @@ -0,0 +1,96 @@ +--- +version: v1.7.3 +layout: manpage_v2 +title: nng_msg_header(3) +--- +

nng_msg_header(3)

+
+

NAME

+
+
+

nng_msg_header - return message header

+
+
+
+
+

SYNOPSIS

+
+
+
+
#include <nng/nng.h>
+
+void *nng_msg_header(nng_msg *msg);
+
+
+
+
+
+

DESCRIPTION

+
+
+

The nng_msg_header() function returns a pointer to the start of the header +content of the message msg.

+
+
+ + + + + +
+ + +The message header contains protocol-specific header content. Most +applications should not need to access this content, but it is available +for raw mode sockets (set with the +NNG_OPT_RAW option.) +
+
+
+ + + + + +
+ + +The value returned by this is invalidated by a call to any of the +functions that modify the message or the header content. +
+
+
+
+
+

RETURN VALUES

+
+
+

Pointer to start of message header.

+
+
+
+
+

ERRORS

+
+
+

None.

+
+
+
+
+

SEE ALSO

+ +
-- cgit v1.2.3-70-g09d2