Gets or sets the DCC instruction encoded in the DccBytes[([( Byte])]) .

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

Syntax

C#
public PkImmediate..::..DccInstrType DccInstruction { get; set; }
Visual Basic
Public Property DccInstruction As PkImmediate..::..DccInstrType
	Get
	Set

Remarks

The DccShortAdr or DccLongAdr must be set before setting this property for proper byte offset. Setting this property will invalidate any instruction specific data that may have been previously set.

Examples

See the PkImmediate class for a code example.

See Also