From 3ec5c9995f9c5611292bd18211fce9402efcb663 Mon Sep 17 00:00:00 2001 From: "Staysail Systems, Inc" Date: Sun, 26 Nov 2023 13:06:39 -0800 Subject: v1.6.0 docs --- man/v1.6.0/nng_pull_open.3.html | 87 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 man/v1.6.0/nng_pull_open.3.html (limited to 'man/v1.6.0/nng_pull_open.3.html') diff --git a/man/v1.6.0/nng_pull_open.3.html b/man/v1.6.0/nng_pull_open.3.html new file mode 100644 index 00000000..66a290ea --- /dev/null +++ b/man/v1.6.0/nng_pull_open.3.html @@ -0,0 +1,87 @@ +--- +version: v1.6.0 +layout: manpage_v2 +title: nng_pull_open(3) +--- +

nng_pull_open(3)

+
+

NAME

+
+
+

nng_pull_open - create pull socket

+
+
+
+
+

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