From 3ec5c9995f9c5611292bd18211fce9402efcb663 Mon Sep 17 00:00:00 2001 From: "Staysail Systems, Inc" Date: Sun, 26 Nov 2023 13:06:39 -0800 Subject: v1.6.0 docs --- man/v1.6.0/nng_pipe_socket.3.html | 74 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 man/v1.6.0/nng_pipe_socket.3.html (limited to 'man/v1.6.0/nng_pipe_socket.3.html') diff --git a/man/v1.6.0/nng_pipe_socket.3.html b/man/v1.6.0/nng_pipe_socket.3.html new file mode 100644 index 00000000..d695229b --- /dev/null +++ b/man/v1.6.0/nng_pipe_socket.3.html @@ -0,0 +1,74 @@ +--- +version: v1.6.0 +layout: manpage_v2 +title: nng_pipe_socket(3) +--- +

nng_pipe_socket(3)

+
+

NAME

+
+
+

nng_pipe_socket - return owning socket for pipe

+
+
+
+
+

SYNOPSIS

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

DESCRIPTION

+
+
+

The nng_pipe_socket() function returns the nng_socket +associated with 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 associated with the pipe.

+
+
+
+
+

ERRORS

+
+
+

None.

+
+
+
+
+

SEE ALSO

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