BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_Sys_GetStatistics | ( | brp_protocol | protocol, |
bool | DeleteCounters, | ||
brp_Sys_GetStatistics_CounterTuple_Entry ** | CounterTuple, | ||
size_t * | CounterTuple_len, | ||
brp_mempool * | mempool | ||
) |
This command retrieves all available statistics counters from the reader's configuration.
The statistics counters are stored in the Device / Statistics configuration key.
This command is designed for Baltech internal use only.
[in] | protocol | used to execute the command |
[in] | DeleteCounters | |
[out] | CounterTuple | |
[out] | CounterTuple_len | |
[in] | mempool | is used to store response data. Maybe NULL to use an internal mempool, in this case the data is only available until another command uses the internal mempool |