Click or drag to resize

PkLocoIOSubAddress Property

Target sub-address of the LocoIO device this packet is being sent to.

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

Property Value

Type: Byte
Valid values are 1-126 with a default of 1.
Remarks
Must be used in conjunction with Address to identify a unique LocoIO device. This property is required only for commands CvRead and CvWrite.
See Also