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_stat_string.3.html | 581 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 581 insertions(+) create mode 100644 man/v1.2.2/nng_stat_string.3.html (limited to 'man/v1.2.2/nng_stat_string.3.html') diff --git a/man/v1.2.2/nng_stat_string.3.html b/man/v1.2.2/nng_stat_string.3.html new file mode 100644 index 00000000..4063ec91 --- /dev/null +++ b/man/v1.2.2/nng_stat_string.3.html @@ -0,0 +1,581 @@ +--- +version: 1.2.2 +layout: refman +--- + + + + + + + +nng_stat_string(3) + + + + + + + +
+
+

SYNOPSIS

+
+
+
+
#include <nng/nng.h>
+
+typedef struct nng_stat nng_stat;
+
+const char *nng_stat_string(nng_stat *stat);
+
+
+
+
+
+

DESCRIPTION

+
+
+

The nng_stat_string() function returns a string value for the statistic stat, +which must be of type NNG_STAT_STRING (see nng_stat_type(3)).

+
+
+

If the statistic is not of type NNG_STAT_STRING, then NULL will be returned.

+
+
+
+
+

RETURN VALUES

+
+
+

The string value associated with stat, or NULL if the statistic is not +a string type.

+
+
+
+
+

ERRORS

+
+
+

None.

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