Build 1.01.318.0 Namespace: Opc.Ua.Schema.Binary
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Opc.Ua.Schema.Binary.SwitchOperand"]
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
Syntax
| C# |
|---|
[SerializableAttribute] public enum SwitchOperand |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Enumeration SwitchOperand |
| Visual C++ |
|---|
[SerializableAttribute] public enum class SwitchOperand |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Equals | 0 | ||
| GreaterThan | 1 | ||
| LessThan | 2 | ||
| GreaterThanOrEqual | 3 | ||
| LessThanOrEqual | 4 | ||
| NotEqual | 5 |