BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_Eth_GetMIBCounters | ( | brp_protocol | protocol, |
unsigned | Port, | ||
unsigned ** | MIBCounterList, | ||
size_t * | MIBCounterList_len, | ||
brp_mempool * | mempool | ||
) |
Retrieve current MIB counters.
[in] | protocol | used to execute the command |
[in] | Port | 0: device port, 1: network port |
[out] | MIBCounterList | |
[out] | MIBCounterList_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 |