Gets or sets the 14 bit DCC address encoded in the DccBytes[([( Byte])]) .

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

Syntax

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

Field Value

Valid address values are 1-10239.

Examples

See the PkImmediate class for a code example.

See Also