Click or drag to resize

PkLocoIOWriteData Property

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

Namespace:  RRAutoLib.Loconet
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Property WriteData As Byte
	Get
	Set

Property Value

Type: Byte
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