This documentation is for the TIP (development tree) of NNG and may represent unreleased changes or functionality that is experimental, and is subject to change before release. The latest released version is v1.8.0. See the documentation for v1.8.0 for the most up-to-date information.

nng_stat_bool(3)

NAME

nng_stat_bool - get statistic Boolean value

SYNOPSIS

#include <nng/nng.h>

typedef struct nng_stat nng_stat;

bool nng_stat_bool(nng_stat *stat);

DESCRIPTION

The nng_stat_bool() function returns the Boolean value for the statistic stat. Otherwise, if the statistic is not of Boolean type, the result is indeterminate. See nng_stat_type() for a description of statistic types.

RETURN VALUES

The boolean value associated with stat.

ERRORS

None.

SEE ALSO