resetStatistics method

void resetStatistics()

Reset all transfer statistics counters to zero.

Use this method to clear accumulated counters.

Implementation

void resetStatistics() {
  objectMethod(super.pointerId, 'TransferStatistics', 'reset');
}