DS54InputType Enumeration |
Specifies the input type of a DS54 input pair.
Namespace:
RRAutoLib.Loconet
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Enumeration DS54InputType
public enum DS54InputType
Members
| Member name | Value | Description |
---|
| Aux | 0 | Auxiliary type input such as a push button. |
| Switch | 1 | Switch feedback type input. |
RemarksThis enumeration is used by the
PkInput class.
See Also