From 416c43c7c2020dec09dac0304ff589e237afaa9c Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 5 Jul 2018 12:55:48 -0700 Subject: man page updates for 1.0.1 --- man/v1.0.1/nng_pull_open.3.html | 598 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 598 insertions(+) create mode 100644 man/v1.0.1/nng_pull_open.3.html (limited to 'man/v1.0.1/nng_pull_open.3.html') diff --git a/man/v1.0.1/nng_pull_open.3.html b/man/v1.0.1/nng_pull_open.3.html new file mode 100644 index 00000000..0cf11579 --- /dev/null +++ b/man/v1.0.1/nng_pull_open.3.html @@ -0,0 +1,598 @@ +--- +version: 1.0.1 +layout: refman +--- + + + + + + + +nng_pull_open(3) + + + + + + + +
+
+

SYNOPSIS

+
+
+
+
#include <nng/nng.h>
+#include <nng/protocol/pipeline0/pull.h>
+
+int nng_pull0_open(nng_socket *s);
+
+int nng_pull0_open_raw(nng_socket *s);
+
+
+
+
+
+

DESCRIPTION

+
+
+

The nng_pull0_open() function creates a pull version 0 +socket and returns it at the location pointed to by s.

+
+
+

The nng_pull0_open_raw() function creates a pull version 0 +socket in +raw mode and returns it at the location pointed to by s.

+
+
+
+
+

RETURN VALUES

+
+
+

These functions return 0 on success, and non-zero otherwise.

+
+
+
+
+

ERRORS

+
+
+ + + + + + + + + +
+NNG_ENOMEM + +

Insufficient memory is available.

+
+NNG_ENOTSUP + +

The protocol is not supported.

+
+
+
+
+
+

SEE ALSO

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