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

Glossary Item Box

The masks for the optional features which may not be supported by every transport channel.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As TransportChannelFeatures
C# 
[FlagsAttribute()]
public enum TransportChannelFeatures : System.Enum 

Members

MemberDescription
BeginClose The channel supports asynchronous Close.
BeginOpen The channel supports asynchronous Open.
BeginReconnect The channel supports asynchronous Reconnect.
BeginSendRequest The channel supports asynchronous SendRequest.
None The channel does not support any optional features.
Open The channel supports Open.
Reconnect The channel supports Reconnect.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Opc.Ua.TransportChannelFeatures

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.