Represents a base Loconet packet that reads/writes data from/to a command station's slot.

Namespace: RRAutoLib.Loconet
Assembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4420.16901

Syntax

C#
[SerializableAttribute]
public class PkRdWrSlotData : Packet
Visual Basic
<SerializableAttribute> _
Public Class PkRdWrSlotData _
	Inherits Packet

Remarks

Unless this packet is received from the command station, a PkLongAck response is expected.

Inheritance Hierarchy

See Also