Represents a Loconet packet that sets a slot's status.

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

Syntax

C#
public class PkStatus : Packet
Visual Basic (Declaration)
Public Class PkStatus _
	Inherits Packet

Remarks

A packet response is not expected.

Examples

See the PkSlotMove class for a code example.

Inheritance Hierarchy

System..::.Object
  RRAutoLib.Loconet..::.Packet
    RRAutoLib.Loconet..::.PkStatus

See Also