Value to be written to a LocoIO's memory register.

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

Syntax

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

Field Value

Any valid value specified in the LocoIO documentation.

Remarks

This value will be written to memory register, specified by the Register property, during a write operation. This property is required only for command CvWrite.

See Also