From 8b8fdbdc2e3fef03e21177eb3710491e4c080d43 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 23 Jan 2020 23:24:04 -0800 Subject: Publishing updates for v1.2.4 --- man/v1.2.4/nng_dialer_close.3.html | 109 +++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 man/v1.2.4/nng_dialer_close.3.html (limited to 'man/v1.2.4/nng_dialer_close.3.html') diff --git a/man/v1.2.4/nng_dialer_close.3.html b/man/v1.2.4/nng_dialer_close.3.html new file mode 100644 index 00000000..a723ede0 --- /dev/null +++ b/man/v1.2.4/nng_dialer_close.3.html @@ -0,0 +1,109 @@ +--- +version: v1.2.4 +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.

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