LoconetServiceIsStarted Property |
Indicates whether the Loconet service has been started.
Namespace:
RRAutoLib.Loconet
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic ReadOnly Property IsStarted As Boolean
Get
public bool IsStarted { get; }
Property Value
Type:
BooleanTrue if service is started;
False if service is stoped.
RemarksWhen the Loconet service is started it possesses a connection to the given COM port and is ready to process packet transfers.
See Also