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_getopt.3.html | 544 +++------------------------------------- 1 file changed, 29 insertions(+), 515 deletions(-) (limited to 'man/v1.2/nng_pipe_getopt.3.html') diff --git a/man/v1.2/nng_pipe_getopt.3.html b/man/v1.2/nng_pipe_getopt.3.html index f82a7ed8..9080d65c 100644 --- a/man/v1.2/nng_pipe_getopt.3.html +++ b/man/v1.2/nng_pipe_getopt.3.html @@ -1,505 +1,18 @@ --- -version: 1.2 +version: v1.2 layout: refman --- - + - + nng_pipe_getopt(3) - - - + + -

NAME

+

NAME

nng_pipe_getopt - get pipe option

@@ -562,7 +75,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b -These functions are deprecated. Please see nng_pipe_get. +These functions are deprecated. Please see nng_pipe_get. @@ -570,9 +83,9 @@ These functions are deprecated. Please see nng_p

The nng_pipe_getopt() 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.

@@ -585,8 +98,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_setopt() or -nng_dialer_setopt(). +nng_listener_setopt() or +nng_dialer_setopt(). @@ -653,7 +166,7 @@ The value will be stored at ivalp.

nng_pipe_getopt_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_getopt_ptr()
@@ -670,15 +183,15 @@ typically for buffer sizes, message maximum sizes, and similar options.

nng_pipe_getopt_sockaddr()
-

This function is used to retrieve an nng_sockaddr +

This function is used to retrieve an nng_sockaddr into sap.

nng_pipe_getopt_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_getopt_uint64()
@@ -761,21 +274,22 @@ related to identifiers, network numbers, and similar.

SEE ALSO

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