Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void zero()

  • Declared in: RT.Util.Tmr<T>
  • Abstract

Declaration

protected abstract void zero()

Summary

Expected to zero the timer, so that future calls to Tmr<T>.read(T) return a value relative to the last time this method was called.