#include <nng/nng.h>
typedef struct nng_stat nng_stat;
uint64_t nng_stat_value(nng_stat *stat);
--- version: tip layout: manpage_v2 title: nng_stat_value(3) ---
nng_stat_value - get statistic numeric value
#include <nng/nng.h>
typedef struct nng_stat nng_stat;
uint64_t nng_stat_value(nng_stat *stat);
The nng_stat_value() function returns a numeric value for the statistic stat.
If the statistic is not of numeric type, then zero is returned.
See nng_stat_type() for a description of statistic types.
The numeric value associated with stat.
None.