Represents a Loconet packet that links a slot to another.
Namespace: RRAutoLib.LoconetAssembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4420.16901
Syntax
| C# |
|---|
[SerializableAttribute] public class PkSlotLink : Packet |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class PkSlotLink _ Inherits Packet |
Remarks
This packet is used for creating consists. One of two packet responses is expected:
- A PkRdWrSlotData, if the slot link was successful.
- A PkLongAck, if the slot link was invalid.