Possible states of the previous turnout operation.

Namespace: XpressnetLib
Assembly: 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 nameValueDescription
NotOperated0 Turnout has not been operated.
Side1 Turnout is set to the diverging path (side).
Straight2 Turnout is set to straight path.
Invalid3 Invalid combination - both end switches of a turnout with feedback are indicating that they are active.

See Also