Specifies the type of a switch input message.

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

Syntax

C#
public enum SwitchInputType
Visual Basic
Public Enumeration SwitchInputType

Members

Member nameValueDescription
InputLevels0A message indicating input levels for turnout feedback.
OutputLevels1A message indicating current output levels.

Remarks

This enumeration is used by the PkSwitchInput class.

See Also