From 4acc8b39d0a0dc8a1ade2289372aecc4164db95c Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 18 Mar 2018 21:38:51 -0700 Subject: man page updates for 0.7.0 --- man/v0.7.0/nng_req_open.3.html | 583 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 583 insertions(+) create mode 100644 man/v0.7.0/nng_req_open.3.html (limited to 'man/v0.7.0/nng_req_open.3.html') diff --git a/man/v0.7.0/nng_req_open.3.html b/man/v0.7.0/nng_req_open.3.html new file mode 100644 index 00000000..16d4fcb0 --- /dev/null +++ b/man/v0.7.0/nng_req_open.3.html @@ -0,0 +1,583 @@ +--- +version: 0.7.0 +layout: refman +--- + + + + + + + +nng_req_open(3) + + + + + + + +
+
+

SYNOPSIS

+
+
+
+
#include <nng/nng.h>
+#include <nng/protocol/reqrep0/req.h>
+
+int nng_req0_open(nng_socket *s);
+
+
+
+
+
+

DESCRIPTION

+
+
+

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

+
+
+
+
+

RETURN VALUES

+
+
+

This function returns 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