Hiva::SteadyTimer::Start
Description
Starts a SteadyTimer again after it is stopped.
Prototype
void Hiva::SteadyTimer::Start()
Parameters
None
Returns
None
Usage
To create a SteadyTimer, invoke CreateSteadyTimer. If Hiva::SteadyTimer::Stop is invoked, you can invoke this start interface to start the timer again.
Precautions
This interface is used only to start a stopped timer.
Parent topic: Timer