RtssEnvironment.GetClockTimerPeriod Method

Gets a clock's timer period.

Namespace:  IntervalZero.MaxRT.wRTOS.RtApi
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.1.0)

Syntax

Copy
public static long GetClockTimerPeriod(
    Clock clock
)

Parameters

clock

Type: IntervalZero.MaxRT.wRTOS.RtApi.Threading.Clock
The clock to query.

Return Value

Type: Int64
The clock's timer period.

See Also: