Build 1.01.318.0
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.]
The type of binary encoding support allowed by a channel.
Namespace: Opc.UaAssembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
Syntax
| C# |
|---|
public enum BinaryEncodingSupport |
| Visual Basic |
|---|
Public Enumeration BinaryEncodingSupport |
| Visual C++ |
|---|
public enum class BinaryEncodingSupport |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Optional | 0 | The UA binary encoding may be used. | |
| Required | 1 | The UA binary encoding must be used. | |
| None | 2 | The UA binary encoding may not be used. |