From ab2876990352923ea16b0ae701e87b70c4c0d187 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 29 Dec 2019 23:08:41 -0800 Subject: man page updates for 1.2.2 --- man/v1.2.2/nng_msg_header.3.html | 607 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 607 insertions(+) create mode 100644 man/v1.2.2/nng_msg_header.3.html (limited to 'man/v1.2.2/nng_msg_header.3.html') diff --git a/man/v1.2.2/nng_msg_header.3.html b/man/v1.2.2/nng_msg_header.3.html new file mode 100644 index 00000000..f0937940 --- /dev/null +++ b/man/v1.2.2/nng_msg_header.3.html @@ -0,0 +1,607 @@ +--- +version: 1.2.2 +layout: refman +--- + + + + + + + +nng_msg_header(3) + + + + + + + +
+
+

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.

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