Represents an acknowledgement Loconet packet response.

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

Syntax

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

Remarks

This packet is used as a response for several packet types and should not be transmitted from the PC.

Inheritance Hierarchy

System..::..Object
  RRAutoLib.Loconet..::..Packet
    RRAutoLib.Loconet..::..PkLongAck

See Also