|
libisdn
|
Data Structures | |
| struct | Q921StatsCounter |
Modules | |
| Q.921 Statistics, iterator-based | |
| Q.921 Statistics, access by id | |
Functions | |
| Q921_API void | Q921StatsCounterResetAll (L2TRUNK trunk, const int tei) |
| Reset all counter to zero. | |
| Q921_API void | Q921StatsCounterReset (L2TRUNK trunk, const int id, const int tei) |
| Reset all counter to zero. | |
Q.921 Statistic functions
| Q921_API void Q921StatsCounterReset | ( | L2TRUNK | trunk, |
| const int | id, | ||
| const int | tei | ||
| ) |
Reset all counter to zero.
Q921StatsCounterReset
| [in] | trunk | pointer to Q.921 data struct |
| [in] | id | id of counter to reset |
| [in] | tei | Q921_TEI_MAX = all, otherwise reset only counters of given tei |
| Q921_API void Q921StatsCounterResetAll | ( | L2TRUNK | trunk, |
| const int | tei | ||
| ) |
Reset all counter to zero.
Q921StatsCounterResetAll
| [in] | trunk | pointer to Q.921 data struct |
| [in] | tei | Q921_TEI_MAX = all, otherwise reset only counters of given tei |