Gets or sets the OPS configuration values of a command station.

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

Syntax

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

Field Value

An array of OPS values with an upper bound of 64.

Remarks

To access an OPS value in the array use the index value corresponding to the OPS number. Array value at index 0 is ignored.

See Also