Represents a Loconet packet that requests a slot's data.
System Object
RRAutoLib.Loconet Packet RRAutoLib.Loconet PkReqSlotDataNamespace: RRAutoLib.LoconetAssembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4714.25322
<SerializableAttribute> _
Public Class PkReqSlotData _
Inherits Packet
[SerializableAttribute]
public class PkReqSlotData : Packet
The expected packet response depends on the slot requested:
For slots 1-120, the response will be a PkLocoSlot packet.For slot 123, the response will be a PkFastClock packet.For slot 124, the response will be a PkDccProgram packet.For slot 127, the response will be a PkComStatOps packet.For all others, the response will be the more generic PkRdWrSlotData packet.