CtcServiceSimulationMode Property |
Gets or sets whether the CTC service is running in simulation mode.
Namespace:
RRAutoLib.CTC
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Shared Property SimulationMode As Boolean
Get
Set
public static bool SimulationMode { get; set; }
Property Value
Type:
Boolean
RemarksWhen True, Loconet packet exchanges will be suppressed, allowing state change operations to occur while disconnected.
See Also