getTotalBytesRead method

int getTotalBytesRead()

Get total bytes read this relay

Implementation

int getTotalBytesRead() {
  return dataReadBytes.values.sum;
}