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