From e65ecddd1c04ab5b784b0919e62bc87d2a750ef6 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 23 Jan 2020 23:53:54 -0800 Subject: Publishing updates for v1.2 --- man/v1.2/nng_pipe_get.3.html | 542 +++---------------------------------------- 1 file changed, 28 insertions(+), 514 deletions(-) (limited to 'man/v1.2/nng_pipe_get.3.html') diff --git a/man/v1.2/nng_pipe_get.3.html b/man/v1.2/nng_pipe_get.3.html index f6f1a4e2..98a8fde4 100644 --- a/man/v1.2/nng_pipe_get.3.html +++ b/man/v1.2/nng_pipe_get.3.html @@ -1,505 +1,18 @@ --- -version: 1.2 +version: v1.2 layout: refman --- - + - + nng_pipe_get(3) - - - + + -

NAME

+

NAME

nng_pipe_get - get pipe option

@@ -558,9 +71,9 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b

The nng_pipe_get() functions are used to retrieve option values for -the pipe p. +the pipe p. The actual options that may be retrieved in this way -vary, and many are documented in nng_options(5). +vary, and many are documented in nng_options(5). Additionally some transport-specific options and protocol-specific options are documented with the transports and protocols themselves.

@@ -573,8 +86,8 @@ documented with the transports and protocols themselves.

All “options” on a pipe are read-only values. Modification of options may be done before the pipe is created using -nng_listener_set() or -nng_dialer_set(). +nng_listener_set() or +nng_dialer_set(). @@ -641,7 +154,7 @@ The value will be stored at ivalp.

nng_pipe_get_ms()

This function is used to retrieve time durations -(nng_duration) in milliseconds, which are stored in +(nng_duration) in milliseconds, which are stored in durp.

nng_pipe_get_ptr()
@@ -658,15 +171,15 @@ typically for buffer sizes, message maximum sizes, and similar options.

nng_pipe_get_addr()
-

This function is used to retrieve an nng_sockaddr +

This function is used to retrieve an nng_sockaddr into sap.

nng_pipe_get_string()

This function is used to retrieve a string into strp. -This string is created from the source using nng_strdup() +This string is created from the source using nng_strdup() and consequently must be freed by the caller using -nng_strfree() when it is no longer needed.

+nng_strfree() when it is no longer needed.

nng_pipe_get_uint64()
@@ -749,21 +262,22 @@ related to identifiers, network numbers, and similar.

SEE ALSO

+ - + \ No newline at end of file -- cgit v1.2.3-70-g09d2