Gets the length type of the DCC address encoded in the DccBytes[([( Byte])]) .

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

Syntax

C#
public bool IsDccLongAdr { get; }
Visual Basic
Public ReadOnly Property IsDccLongAdr As Boolean
	Get

Return Value

True if encoded address is long; False if encoded address is short.

See Also