reset method

void reset()

Reset tracker state (e.g., when call ends)

Implementation

void reset() {
  _lastLcnValue = 0;
  _consecutiveSameLcnCount = 0;
}