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