From 74a12ffc8b37f2dae4b3002e86f33b8ca52df22d Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 29 Dec 2019 23:21:33 -0800 Subject: man page updates for 1.2 --- man/v1.2/nng_dialer_close.3.html | 595 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 595 insertions(+) create mode 100644 man/v1.2/nng_dialer_close.3.html (limited to 'man/v1.2/nng_dialer_close.3.html') diff --git a/man/v1.2/nng_dialer_close.3.html b/man/v1.2/nng_dialer_close.3.html new file mode 100644 index 00000000..ef93d005 --- /dev/null +++ b/man/v1.2/nng_dialer_close.3.html @@ -0,0 +1,595 @@ +--- +version: 1.2 +layout: refman +--- + + + + + + + +nng_dialer_close(3) + + + + + + + +
+
+

SYNOPSIS

+
+
+
+
#include <nng/nng.h>
+
+int nng_dialer_close(nng_dialer d);
+
+
+
+
+
+

DESCRIPTION

+
+
+

The nng_dialer_close() function closes the dialer d. +This also closes any nng_pipe objects that have +been created by the dialer.

+
+
+

Once this function returns, the dialer d and any of its resources +are deallocated. +Therefore it is an error to attempt to access d after +this function has returned. +(Attempts to do so will result in NNG_ECLOSED errors.)

+
+
+

Dialers are implicitly closed when the socket they are associated with is closed.

+
+
+
+
+

RETURN VALUES

+
+
+

This function returns 0 on success, and non-zero otherwise.

+
+
+
+
+

ERRORS

+
+
+ + + + + +
+NNG_ECLOSED + +

Parameter d does not refer to an open dialer.

+
+
+
+
+ +
+ + -- cgit v1.2.3-70-g09d2