summaryrefslogtreecommitdiff
path: root/man/tip/libnng.3.html
diff options
context:
space:
mode:
authorStaysail Systems, Inc. <info@staysail.tech>2023-09-14 00:24:50 -0700
committerStaysail Systems, Inc. <info@staysail.tech>2023-09-14 00:24:50 -0700
commitbff4599ecd97ea28e1e2016fedf6cc1d53beda5c (patch)
tree74055c7863fc04e89a1dbf029cc99c498d9557f3 /man/tip/libnng.3.html
parent110cc2e7249421111710e151047e67cd764ea31a (diff)
downloadnng-bff4599ecd97ea28e1e2016fedf6cc1d53beda5c.tar.gz
nng-bff4599ecd97ea28e1e2016fedf6cc1d53beda5c.tar.bz2
nng-bff4599ecd97ea28e1e2016fedf6cc1d53beda5c.zip
Manual page updates for tip
Diffstat (limited to 'man/tip/libnng.3.html')
-rw-r--r--man/tip/libnng.3.html31
1 files changed, 30 insertions, 1 deletions
diff --git a/man/tip/libnng.3.html b/man/tip/libnng.3.html
index 99c4ec95..c5c31fae 100644
--- a/man/tip/libnng.3.html
+++ b/man/tip/libnng.3.html
@@ -1,6 +1,7 @@
---
version: tip
layout: manpage_v2
+title: libnng(3)
---
<h1>libnng(3)</h1>
<div class="sect1">
@@ -271,6 +272,10 @@ Most applications will only interact with the body.</p>
<td class="tableblock halign-left valign-top"><p class="tableblock">return message body</p></td>
</tr>
<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="nng_msg_capacity.3.html">nng_msg_capacity()</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">return capacity allocated for message body</p></td>
+</tr>
+<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="nng_msg_chop.3.html">nng_msg_chop()</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">remove data from end of message body</p></td>
</tr>
@@ -303,6 +308,10 @@ Most applications will only interact with the body.</p>
<td class="tableblock halign-left valign-top"><p class="tableblock">reallocate a message</p></td>
</tr>
<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="nng_msg_reserve.3.html">nng_msg_reserve()</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">reserve storage for message body</p></td>
+</tr>
+<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="nng_msg_set_pipe.3.html">nng_msg_set_pipe()</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">set pipe for message</p></td>
</tr>
@@ -431,6 +440,10 @@ Only a single asynchronous operation may be associated with an
<td class="tableblock halign-left valign-top"><p class="tableblock">begin asynchronous I/O operation</p></td>
</tr>
<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="nng_aio_busy.3.html">nng_aio_busy()</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">test if asynchronous I/O is busy</p></td>
+</tr>
+<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="nng_aio_cancel.3.html">nng_aio_cancel()</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">cancel asynchronous I/O operation</p></td>
</tr>
@@ -463,6 +476,10 @@ Only a single asynchronous operation may be associated with an
<td class="tableblock halign-left valign-top"><p class="tableblock">return output result</p></td>
</tr>
<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="nng_aio_free.3.html">nng_aio_reap()</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">reap asynchronous I/O handle</p></td>
+</tr>
+<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="nng_aio_result.3.html">nng_aio_result()</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">return result of asynchronous operation</p></td>
</tr>
@@ -644,10 +661,18 @@ concurrent applications.</p>
<td class="tableblock halign-left valign-top"><p class="tableblock">receive message using context asynchronously</p></td>
</tr>
<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="nng_ctx_recvmsg.3.html">nng_ctx_recvmsg()</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">receive a message using context</p></td>
+</tr>
+<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="nng_ctx_send.3.html">nng_ctx_send()</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">send message using context asynchronously</p></td>
</tr>
<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="nng_ctx_sendmsg.3.html">nng_ctx_sendmsg()</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">send a message using context</p></td>
+</tr>
+<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="nng_ctx_set.3.html">nng_ctx_set()</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">set context option</p></td>
</tr>
@@ -671,6 +696,10 @@ to observe program behaviors and as an aid in troubleshooting.</p>
</colgroup>
<tbody>
<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="nng_stat_bool.3.html">nng_stat_bool()</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">get statistic Boolean value</p></td>
+</tr>
+<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="nng_stat_child.3.html">nng_stat_child()</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">get child statistic</p></td>
</tr>
@@ -720,7 +749,7 @@ to observe program behaviors and as an aid in troubleshooting.</p>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="nng_stat_value.3.html">nng_stat_value()</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">get statistic value</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">get statistic numeric value</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="nng_stats_free.3.html">nng_stats_free()</a></p></td>