QuickOPC User's Guide and Reference
DAReadWriteMethod Enumeration



View with Navigation Tools
OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Engine Namespace : DAReadWriteMethod Enumeration
Determines the method (synchronous or asynchronous) used for OPC reads and writes.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(True)>
<DisplayName2Attribute("OPC-DA Read-Write Method")>
<GuidAttribute("44F447DA-4C1E-4951-A1FF-6691D503FB8B")>
Public Enum DAReadWriteMethod 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
 
'Usage
 
Dim instance As DAReadWriteMethod
Members
MemberValueDescription
Asynchronous1Use asynchronous OPC read or write.
Synchronous0Use synchronous OPC read or write.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         OpcLabs.EasyOpc.DataAccess.Engine.DAReadWriteMethod

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also