Represents a Loconet packet that broadcasts an emergency stop.

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

Syntax

C#
[SerializableAttribute]
public class PkSetEmergStop : Packet
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class PkSetEmergStop _
	Inherits Packet

Remarks

A packet response is not expected. Note: This packet type is a good candidate to be used with the TxPriorityPacket(Packet) method rather than the convetional TxPacket(Packet) method.

Inheritance Hierarchy

System..::.Object
  RRAutoLib.Loconet..::.Packet
    RRAutoLib.Loconet..::.PkSetEmergStop

See Also