Indicates whether the Loconet service has been started.

Namespace: RRAutoLib.Loconet
Assembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867

Syntax

C#
public bool IsStarted { get; }
Visual Basic
Public ReadOnly Property IsStarted As Boolean
	Get

Field Value

True if service is started; False if service is stoped.

Remarks

When the Loconet service is started it possesses a connection to the given COM port and is ready to process packet transfers.

See Also