Click or drag to resize

PkLocoIOAddress Property

Target 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 Address As Byte
	Get
	Set

Property Value

Type: Byte
Valid values are 0-79 and 81-127 with a default of 81. 0 is used for broadcasts. 80 is reserved for the PC.
Remarks
Must be used in conjunction with SubAddress to identify a unique LocoIO device except when performing broadcasts. This property is required for all Command types.
See Also