summaryrefslogtreecommitdiff
path: root/man/v1.6.0/nng_pipe_socket.3.html
diff options
context:
space:
mode:
authorStaysail Systems, Inc <info@staysail.tech>2023-11-26 13:06:39 -0800
committerGarrett D'Amore <garrett@damore.org>2023-11-26 13:07:27 -0800
commit3ec5c9995f9c5611292bd18211fce9402efcb663 (patch)
tree8b405f48024e1fcd047aa47e4d364c178570cf8f /man/v1.6.0/nng_pipe_socket.3.html
parent2b5c463857370e37f6989d95ec94e99aefd13062 (diff)
downloadnng-3ec5c9995f9c5611292bd18211fce9402efcb663.tar.gz
nng-3ec5c9995f9c5611292bd18211fce9402efcb663.tar.bz2
nng-3ec5c9995f9c5611292bd18211fce9402efcb663.zip
v1.6.0 docs
Diffstat (limited to 'man/v1.6.0/nng_pipe_socket.3.html')
-rw-r--r--man/v1.6.0/nng_pipe_socket.3.html74
1 files changed, 74 insertions, 0 deletions
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)
+---
+<h1>nng_pipe_socket(3)</h1>
+<div class="sect1">
+<h2 id="_name">NAME</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>nng_pipe_socket - return owning socket for pipe</p>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_synopsis">SYNOPSIS</h2>
+<div class="sectionbody">
+<div class="listingblock">
+<div class="content">
+<pre class="pygments highlight"><code data-lang="c"><span class="tok-cp">#include</span> <span class="tok-cpf">&lt;nng/nng.h&gt;</span>
+
+<span class="tok-n">nng_socket</span> <span class="tok-nf">nng_pipe_socket</span><span class="tok-p">(</span><span class="tok-n">nng_pipe</span> <span class="tok-n">p</span><span class="tok-p">);</span></code></pre>
+</div>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_description">DESCRIPTION</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>The <code>nng_pipe_socket()</code> function returns the <a href="nng_socket.5.html"><code>nng_socket</code></a>
+associated with the pipe <em>p</em>.</p>
+</div>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+The returned socket may be closed or in the process of closing, in
+which case it will not be usable with other functions.
+</td>
+</tr>
+</table>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_return_values">RETURN VALUES</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>This function returns the socket associated with the pipe.</p>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_errors">ERRORS</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>None.</p>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_see_also">SEE ALSO</h2>
+<div class="sectionbody">
+<div class="paragraph text-left">
+<p><a href="nng_pipe.5.html">nng_pipe(5)</a>,
+<a href="nng_socket.5.html">nng_socket(5)</a>,
+<a href="nng.7.html">nng(7)</a></p>
+</div>
+</div>
+</div>