Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The type of binary encoding support allowed by a channel.

Namespace: Opc.Ua
Assembly: 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 nameValueDescription
Optional0 The UA binary encoding may be used.
Required1 The UA binary encoding must be used.
None2 The UA binary encoding may not be used.

See Also