Gets or sets the target's low address of the byte move.

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

Syntax

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

Field Value

The 7 least significant bits of the 14 bit target address.

See Also