Represents a Loconet packet used by the Intellibox for special control operations.

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

Syntax

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

Remarks

A PkLongAck response is expected.

Inheritance Hierarchy

System..::..Object
  RRAutoLib.Loconet..::..Packet
    RRAutoLib.Loconet..::..PkSpecialOem

See Also