Represents a Loconet packet that is generated by a general sensor device.

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

Syntax

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

Remarks

PkInput packets are usually received from input devices such as the BDL16 or DS54, however other devices such as the LocoIO can use this packet type in both directions input/output depending on the device's configuration.

Inheritance Hierarchy

System..::..Object
  RRAutoLib.Loconet..::..Packet
    RRAutoLib.Loconet..::..PkInput

See Also