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

SYNOPSIS

+
+
+
+
#include <nng/nng.h>
+
+nng_socket nng_pipe_socket(nng_pipe p);
+
+
+
+
+
+

DESCRIPTION

+
+
+

The nng_pipe_socket() function returns the nng_socket +that owns the pipe p.

+
+
+ + + + + +
+ + +The returned socket may be closed or in the process of closing, in +which case it will not be usable with other functions. +
+
+
+
+
+

RETURN VALUES

+
+
+

This function returns the socket that “owns” the pipe.

+
+
+
+
+

ERRORS

+
+
+

None.

+
+
+
+
+

SEE ALSO

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