Opc.Ua.Core
TransportChannelFeatures Enumeration



Opc.Ua Namespace : TransportChannelFeatures Enumeration
The masks for the optional features which may not be supported by every transport channel.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum TransportChannelFeatures 
   Inherits System.Enum
'Usage
 
Dim instance As TransportChannelFeatures
[Flags()]
public enum TransportChannelFeatures : System.Enum 
[Flags()]
public enum class TransportChannelFeatures : public 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.
ReverseConnect The channel supports Reconnect.
SendRequestAsync The channel supports asynchronous SendRequestAsync.
Inheritance Hierarchy

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

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