Represents a Loconet packet that requests a slot's data.
Namespace: RRAutoLib.LoconetAssembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4420.16901
Syntax
| C# |
|---|
[SerializableAttribute] public class PkReqSlotData : Packet |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class PkReqSlotData _ Inherits Packet |
Remarks
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.