Gets or sets the state of the locomotive's functions 5 through 8.

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

Syntax

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

Field Value

A zero based array of four members of the OnOff enumeration type.

See Also