From e65ecddd1c04ab5b784b0919e62bc87d2a750ef6 Mon Sep 17 00:00:00 2001
From: Garrett D'Amore nng_pipe_get - get pipe option
The NAME
+NAME
nng_pipe_get() functions are used to retrieve option values for
-the pipe p.
+the pipe p.
The actual options that may be retrieved in this way
-vary, and many are documented in nng_options(5).
+vary, and many are documented in nng_options(5).
Additionally some transport-specific options and protocol-specific options are
documented with the transports and protocols themselves.
nng_listener_set() or
-nng_dialer_set().
+nng_listener_set() or
+nng_dialer_set().
nng_pipe_get_ms()This function is used to retrieve time durations
-(nng_duration) in milliseconds, which are stored in
+(nng_duration) in milliseconds, which are stored in
durp.
nng_pipe_get_ptr()nng_pipe_get_addr()This function is used to retrieve an nng_sockaddr
+
This function is used to retrieve an nng_sockaddr
into sap.
nng_pipe_get_string()This function is used to retrieve a string into strp.
-This string is created from the source using nng_strdup()
+This string is created from the source using nng_strdup()
and consequently must be freed by the caller using
-nng_strfree() when it is no longer needed.
nng_strfree() when it is no longer needed.
nng_pipe_get_uint64()nng_dialer_set(3) -nng_socket_get(3), -nng_listener_set(3) -nng_msg_get_pipe(3) -nng_strdup(3), -nng_strerror(3), -nng_strfree(3), -nng_duration(5), -nng_options(5), -nng_pipe(5), -nng_sockaddr(5), -nng(7)
+nng_dialer_set(3) +nng_socket_get(3), +nng_listener_set(3) +nng_msg_get_pipe(3) +nng_strdup(3), +nng_strerror(3), +nng_strfree(3), +nng_duration(5), +nng_options(5), +nng_pipe(5), +nng_sockaddr(5), +nng(7)