Interface IFastClockControl
- Namespace
- CommandStation
- Assembly
- CommandStation.Abstractions.dll
Controlling the accelerated model railway clock (model time).
public interface IFastClockControl
Methods
RequestModelTimeAsync()
Task RequestModelTimeAsync()
Returns
SetModelTimeAsync(ModelTime)
Task SetModelTimeAsync(ModelTime time)
Parameters
timeModelTime
Returns
StartModelTimeAsync()
Task StartModelTimeAsync()
Returns
StopModelTimeAsync()
Task StopModelTimeAsync()
Returns
Events
ModelTimeChanged
event EventHandler<ModelTime>? ModelTimeChanged