Gets or sets the DCC locomotive address assigned to the slot.

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

Syntax

C#
public ushort Address { get; set; }
Visual Basic
Public Property Address As UShort
	Get
	Set

Field Value

Valid address values are 0-16383.

See Also