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

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

Syntax

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

Remarks

PkSwitchInput packets are usually received from devices such as the DS54 which sense turnout positions.

Inheritance Hierarchy

System..::..Object
  RRAutoLib.Loconet..::..Packet
    RRAutoLib.Loconet..::..PkSwitchInput

See Also