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_stream_get.3str.html | 528 ++------------------------------------ 1 file changed, 21 insertions(+), 507 deletions(-) (limited to 'man/v1.2/nng_stream_get.3str.html') diff --git a/man/v1.2/nng_stream_get.3str.html b/man/v1.2/nng_stream_get.3str.html index a8c1d655..3d51431c 100644 --- a/man/v1.2/nng_stream_get.3str.html +++ b/man/v1.2/nng_stream_get.3str.html @@ -1,505 +1,18 @@ --- -version: 1.2 +version: v1.2 layout: refman --- - + - + nng_stream_get(3str) - - - + + -

NAME

+

NAME

nng_stream_get - get option from byte stream

@@ -557,12 +70,12 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b

The nng_stream_get() functions are used to retrieve option values for the -byte stream conn.

+byte stream conn.

The actual options that may be retrieved in this way vary. A number of them are documented in -nng_options(5) and additional linked documents.

+nng_options(5) and additional linked documents.

Forms

@@ -621,7 +134,7 @@ It may be easier to use one of the typed forms of this function.
nng_stream_get_ms()

This function is used to retrieve time -durations +durations (such as timeouts), stored as a number of milliseconds. (The special value NNG_DUR_INFINITE means an infinite amount of time, and the special value NNG_DUR_DEFAULT means a context-specific default.)

@@ -655,15 +168,15 @@ typically for buffer sizes, message maximum sizes, and similar options.

nng_stream_get_addr()

This function is used to retrieve a -socket address.

+socket address.

nng_stream_get_string()

This function is used to retrieve a NULL-terminated string. This string is created from the source using -nng_strdup() +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_stream_get_uint64()
@@ -730,16 +243,17 @@ The amount of data actually needed is returned in sizep.

SEE ALSO

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