Hiva::SteadyTimer::IsValid

Description

Checks whether a SteadyTimer is valid.

Prototype

bool Hiva::SteadyTimer::IsValid()

Parameters

None

Returns

The return value is of the Boolean type. true indicates a valid timer, and false indicates invalid timer period (value being 0).

Usage

None

Precautions

None