Specifies the input type of a DS54 input pair.
Namespace: RRAutoLib.LoconetAssembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4420.16901
Syntax
| C# |
|---|
public enum DS54InputType |
| Visual Basic |
|---|
Public Enumeration DS54InputType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Aux | 0 | Auxiliary type input such as a push button. | |
| Switch | 1 | Switch feedback type input. |
Remarks
This enumeration is used by the PkInput class.