Represents a Loconet packet that links a slot to another.

Namespace: RRAutoLib.Loconet
Assembly: 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:

Inheritance Hierarchy

System..::..Object
  RRAutoLib.Loconet..::..Packet
    RRAutoLib.Loconet..::..PkSlotLink

See Also