Gets or sets whether flow control should be used with the Loconet interface.
Namespace: RRAutoLib.LoconetAssembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867
Syntax
Field Value
True if flow control is enabled (default); False if flow control is disabled.
Remarks
The 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.
Examples
See the Start()()()() method for a code example.