From 3079d4aa9bbbca02c36dcb7ff6a3f6d24bd21189 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 9 Nov 2018 19:59:29 -0800 Subject: man page updates for 1.1.0 --- man/v1.1.0/nng_pipe_dialer.3.html | 581 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 581 insertions(+) create mode 100644 man/v1.1.0/nng_pipe_dialer.3.html (limited to 'man/v1.1.0/nng_pipe_dialer.3.html') diff --git a/man/v1.1.0/nng_pipe_dialer.3.html b/man/v1.1.0/nng_pipe_dialer.3.html new file mode 100644 index 00000000..7532c85b --- /dev/null +++ b/man/v1.1.0/nng_pipe_dialer.3.html @@ -0,0 +1,581 @@ +--- +version: 1.1.0 +layout: refman +--- + + + + + + + +nng_pipe_dialer(3) + + + + + + + +
+
+

SYNOPSIS

+
+
+
+
#include <nng/nng.h>
+
+nng_dialer nng_pipe_dialer(nng_pipe p);
+
+
+
+
+
+

DESCRIPTION

+
+
+

The nng_pipe_dialer() function returns the nng_dialer +that created the pipe p. +If the pipe was not created by a dialer, then the returned value will +have an identifier (nng_dialer_id()) of -1.

+
+
+
+
+

RETURN VALUES

+
+
+

This function returns the dialer that created the pipe, unless it was +not created by a dialer, in which case a value initialized with +NNG_DIALER_INITIALIZER will be returned.

+
+
+
+
+

ERRORS

+
+
+

None.

+
+
+
+
+

SEE ALSO

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