QuickOPC User's Guide and Reference
DAReadWriteMethod Enumeration



OpcLabs.EasyOpcClassic 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
[CLSCompliant(true)]
[ComVisible(true)]
[DisplayName2("OPC-DA Read-Write Method")]
[Guid("44F447DA-4C1E-4951-A1FF-6691D503FB8B")]
public enum DAReadWriteMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
[CLSCompliant(true)]
[ComVisible(true)]
[DisplayName2("OPC-DA Read-Write Method")]
[Guid("44F447DA-4C1E-4951-A1FF-6691D503FB8B")]
public enum class DAReadWriteMethod : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
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 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

OpcLabs.EasyOpc.DataAccess.Engine Namespace