PkLocoIORegister Property |
The memory register to be read or written to in a LocoIO device.
Namespace:
RRAutoLib.Loconet
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Property Register As Byte
Get
Set
public byte Register { get; set; }Property Value
Type:
ByteValid 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