The memory register to be read or written to in a LocoIO device.

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

Syntax

C#
public byte Register { get; set; }
Visual Basic
Public Property Register As Byte
	Get
	Set

Field Value

Valid values are 0-98 and 101-124.

Remarks

The LocoIO documentation calls these SV locations. This property is required only for commands CvRead and CvWrite.

See Also