#include <nng/nng.h>
void nng_stream_dialer_free(nng_stream_dialer *d);
| This documentation is for version v1.3.2 of NNG, but the latest released version is v1.10.0. see the documentation for v1.10.0 for the most up-to-date information. |
nng_stream_dialer_free(3str)
NAME
nng_stream_dialer_free - free byte stream dialer
SYNOPSIS
DESCRIPTION
The nng_stream_dialer_free() function closes the supplied
byte stream dialer d,
and frees the underlying resources associated with it.
If any
dial operations using d are
in progress, they will be terminated with an NNG_ECLOSED error condition.
| It is important that the application ensure that no further accesses are made to d, as the memory backing it will be reclaimed for other uses. |
RETURN VALUES
None.
ERRORS
None.