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
SyntaxPublic Property Address As Byte
Get
Set
public byte Address { get; set; }
Property Value
Type:
ByteValid 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