Opc.Ua.Core
BinaryEncodingSupport Enumeration



Opc.Ua Namespace : BinaryEncodingSupport Enumeration
The type of binary encoding support allowed by a channel.
Syntax
'Declaration
 
<DataContractAttribute("http://opcfoundation.org/UA/SDK/Configuration.xsd")>
Public Enum BinaryEncodingSupport 
   Inherits System.Enum
'Usage
 
Dim instance As BinaryEncodingSupport
[DataContract("http://opcfoundation.org/UA/SDK/Configuration.xsd")]
public enum BinaryEncodingSupport : System.Enum 
[DataContract("http://opcfoundation.org/UA/SDK/Configuration.xsd")]
public enum class BinaryEncodingSupport : public System.Enum 
Members
MemberDescription
None The UA binary encoding may not be used.
Optional The UA binary encoding may be used.
Required The UA binary encoding must be used.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Opc.Ua.BinaryEncodingSupport

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Opc.Ua Namespace