QuickOPC User's Guide and Reference
DAItemValueArguments Constructor(ServerDescriptor,DAItemDescriptor,Object)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.OperationModel Namespace > DAItemValueArguments Class > DAItemValueArguments Constructor : DAItemValueArguments Constructor(ServerDescriptor,DAItemDescriptor,Object)
The OPC server involved in the operation.
The OPC item involved in the operation.
The value to be written.
Initializes a new instance of the class. Initializes a new instance of the class, with the specified OPC server and item descriptors, data value, and a user-defined state object.
Syntax
'Declaration
 
Public Function New( _
   ByVal serverDescriptor As ServerDescriptor, _
   ByVal itemDescriptor As DAItemDescriptor, _
   ByVal value As Object _
)
'Usage
 
Dim serverDescriptor As ServerDescriptor
Dim itemDescriptor As DAItemDescriptor
Dim value As Object
 
Dim instance As New DAItemValueArguments(serverDescriptor, itemDescriptor, value)

Parameters

serverDescriptor
The OPC server involved in the operation.
itemDescriptor
The OPC item involved in the operation.
value
The value to be written.
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

DAItemValueArguments Class
DAItemValueArguments Members
Overload List