LoconetServiceFlowControl Property |
Gets or sets whether flow control should be used with the Loconet interface.
Namespace:
RRAutoLib.Loconet
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Property FlowControl As Boolean
Get
Set
public bool FlowControl { get; set; }
Property Value
Type:
BooleanTrue if flow control is enabled (default);
False if flow control is disabled.
RemarksThe flow control used is RTS/CTS. If the LoconetService is started, setting this property will not take effect until the service is stopped and restarted.
ExamplesSee the
Start method for a code example.
See Also