Possible states of the previous turnout operation.
Namespace: XpressnetLibAssembly: XpressnetLib (in XpressnetLib.dll) Version: 0.1.4195.39796
Syntax
C# |
---|
public enum OperationResult |
Visual Basic |
---|
Public Enumeration OperationResult |
Visual C++ |
---|
public enum class OperationResult |
Members
Member name | Value | Description | |
---|---|---|---|
NotOperated | 0 | Turnout has not been operated. | |
Side | 1 | Turnout is set to the diverging path (side). | |
Straight | 2 | Turnout is set to straight path. | |
Invalid | 3 | Invalid combination - both end switches of a turnout with feedback are indicating that they are active. |