RtTimerCallback Delegate
Timer callback delegate.
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 delegate void RtTimerCallback(
IntPtr context
)
Parameters
context
Type: System.IntPtr
A pointer to a context to be passed into the callback function. To ensure that any changes in the callback function are global, the parameter should be a IntPtr type.
See Also: