Represents a Loconet packet that indicates the master is busy.

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

Syntax

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

Remarks

This packet is used as a response, from the command station, to inform other devices that it is still busy proccessing the last command received.

Inheritance Hierarchy

System..::.Object
  RRAutoLib.Loconet..::.Packet
    RRAutoLib.Loconet..::.PkBusy

See Also