'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)
public DAItemValueArguments( ServerDescriptor serverDescriptor, DAItemDescriptor itemDescriptor, object value )
public: DAItemValueArguments( ServerDescriptor^ serverDescriptor, DAItemDescriptor^ itemDescriptor, Object^ value )
Parameters
- serverDescriptor
- The OPC server involved in the operation.
- itemDescriptor
- The OPC item involved in the operation.
- value
- The value to be written.