RtTimer Class
Encapsulates a periodic wRTOS timer.
IMPORTANT: This class has been deprecated. It will be removed in a future release.
Inheritance Hierarchy
System.Object
IntervalZero.MaxRT.wRTOS.RtApi.Threading.RtTimer
Namespace:
IntervalZero.MaxRT.wRTOS.RtApi.Threading
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public class RtTimer : IDisposable
The RtTimer class exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
Initializes a new instance of the IntervalZero.Threading.RtTimer class with an infinite period and an infinite due time, using the newly created RtTimerCallback. |
|
|
|
Initializes a new instance of the IntervalZero.Threading.RtTimer class with an infinite period and an infinite due time, using the newly created RtTimerCallback. |
|
|
|
Initializes a new instance of the IntervalZero.Threading.RtTimer class with an infinite period and an infinite due time, using the newly created RtTimerCallback. |
Methods
| Name | Description | |
|---|---|---|
|
|
Set the expiration time and repeat interval on the specified timer. |
|
|
|
Set the expiration time and repeat interval on the specified timer. |
|
|
|
Releases all resources used by this RtTimer. |
See Also: