Gets or sets the address of the device being programmed.

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

Syntax

C#
public ushort ProgAddress { get; set; }
Visual Basic
Public Property ProgAddress As UShort
	Get
	Set

Field Value

Valid values are 1-256.

Remarks

This property pertains only to Type used for programming.

See Also