PkReqSlotDataSlot Property |
Gets or sets the command stations's slot number.
Namespace:
RRAutoLib.Loconet
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Property Slot As UShort
Get
Set
public ushort Slot { get; set; }
Property Value
Type:
UInt16Valid values are 0-127 for standard slot requests and 0-511 for expanded slot requests.
RemarksFor proper encoding, make sure to set the
Expanded property prior to setting this one.
See Also