Specifies the type of a switch input message.
Namespace: RRAutoLib.LoconetAssembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4420.16901
Syntax
| C# |
|---|
public enum SwitchInputType |
| Visual Basic |
|---|
Public Enumeration SwitchInputType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| InputLevels | 0 | A message indicating input levels for turnout feedback. | |
| OutputLevels | 1 | A message indicating current output levels. |
Remarks
This enumeration is used by the PkSwitchInput class.