PkReqSlotData Class Railroad Automation Class Library
Represents a Loconet packet that requests a slot's data.
Inheritance Hierarchy

Online System Object
  RRAutoLib.Loconet Packet
    RRAutoLib.Loconet PkReqSlotData

Namespace: RRAutoLib.Loconet
Assembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4714.25322
Syntax

<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.
  • See Also