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

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

Syntax

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

Field Value

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