Gets or sets the locomotive's speed setting.

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

Syntax

C#
public byte Speed { get; set; }
Visual Basic
Public Property Speed As Byte
	Get
	Set

Field Value

Valid speed values are 0-127

See Also