QuickOPC User's Guide and Reference
DAVtq Constructor(DAVtq)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess Namespace > DAVtq Class > DAVtq Constructor : DAVtq Constructor(DAVtq)
The object containing the value, timestamp and quality to be copied from.
Initializes a new instance of the class. Initializes a new copy of the DAVtq object.
Syntax
'Declaration
 
Public Function New( _
   ByVal vtq As DAVtq _
)
'Usage
 
Dim vtq As DAVtq
 
Dim instance As New DAVtq(vtq)
public DAVtq( 
   DAVtq vtq
)
public:
DAVtq( 
   DAVtq^ vtq
)

Parameters

vtq
The object containing the value, timestamp and quality to be copied from.
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

DAVtq Class
DAVtq Members
Overload List