OPC Labs EasyOPC “Classic” Library
DAReadWriteMethod Enumeration
OpcLabs_EasyOpcClassic ActiveX DLL : DAReadWriteMethod Enumeration
Description
Determines the method (synchronous or asynchronous) used for OPC reads and writes.

 

UUID: 44f447da-4c1e-4951-a1ff-6691d503fb8b

 

For more information, see DAReadWriteMethod in .NET Reference.

Members
MemberValueDescription
DAReadWriteMethod_Asynchronous1Use asynchronous OPC read or write.
DAReadWriteMethod_Synchronous0Use synchronous OPC read or write.
Remarks

For remarks, see DAReadWriteMethod in .NET Reference.

Example

For examples, see DAReadWriteMethod in .NET Reference.