Gets or sets the baud rate speed of the Loconet interface.

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

Syntax

C#
public BaudRate BaudRate { get; set; }
Visual Basic
Public Property BaudRate As BaudRate
	Get
	Set

Field Value

Default value is _57600.

Remarks

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.

See Also