EasyUA Reference
BinaryEncodingSupport Enumeration
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : BinaryEncodingSupport Enumeration

Glossary Item Box

The type of binary encoding support allowed by a channel.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As BinaryEncodingSupport
C# 
[DataContractAttribute(Namespace="http://opcfoundation.org/UA/SDK/Configuration.xsd", IsNamespaceSetExplicitly=true)]
public enum BinaryEncodingSupport : 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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.