Represents a Loconet packet that indicates the master is busy.

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

Syntax

C#
[SerializableAttribute]
public class PkBusy : Packet
Visual Basic
<SerializableAttribute> _
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