'Declaration
Public Function New( _ ByVal serverDescriptor As ServerDescriptor, _ ByVal itemDescriptor As DAItemDescriptor, _ ByVal value As Object, _ ByVal state As Object _ )
'Usage
Dim serverDescriptor As ServerDescriptor Dim itemDescriptor As DAItemDescriptor Dim value As Object Dim state As Object Dim instance As New DAItemValueArguments(serverDescriptor, itemDescriptor, value, state)
public DAItemValueArguments( ServerDescriptor serverDescriptor, DAItemDescriptor itemDescriptor, object value, object state )
public: DAItemValueArguments( ServerDescriptor^ serverDescriptor, DAItemDescriptor^ itemDescriptor, Object^ value, Object^ state )
Parameters
- serverDescriptor
- The OPC server involved in the operation.
- itemDescriptor
- The OPC item involved in the operation.
- value
- The value to be written.
- state
- The state object (can be any value supplied by your code); available in event notifications.