resetStatistics method

void resetStatistics()

Reset transfer statistics

The object will no longer be available after this call and another TransferStatistics object needs to be retrieved

Implementation

void resetStatistics() {
  objectMethod(_pointerId, 'TransferStatistics', 'reset');
}