Gets or sets the data encoded in the DccBytes[([( Byte])]) related to function change requests.

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

Syntax

C#
public OnOff[] DccFunctions { get; set; }
Visual Basic
Public Property DccFunctions As OnOff()
	Get
	Set

Field Value

Array of function states.

Remarks

This property is applicable for these instruction types: Func0to4, Func5to8, Func9to12, Func13To20, and Func21To28. The DccInstruction must be set before setting this property.

Examples

See the PkImmediate class for a code example.

See Also