Represents a Loconet packet that unlinks a slot from another.

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

Syntax

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

Remarks

This packet is used to break up consists. A PkRdWrSlotData response is expected.

Inheritance Hierarchy

System..::..Object
  RRAutoLib.Loconet..::..Packet
    RRAutoLib.Loconet..::..PkSlotUnlink

See Also