resetStatistics method
Reset all transfer statistics counters to zero.
Use this method to clear accumulated counters.
Implementation
void resetStatistics() {
objectMethod(super.pointerId, 'TransferStatistics', 'reset');
}
Reset all transfer statistics counters to zero.
Use this method to clear accumulated counters.
void resetStatistics() {
objectMethod(super.pointerId, 'TransferStatistics', 'reset');
}