'Declaration
Public Function New( _ ByVal serverDescriptor As ServerDescriptor, _ ByVal itemDescriptor As DAItemDescriptor, _ ByVal vtq As DAVtq _ )
'Usage
Dim serverDescriptor As ServerDescriptor Dim itemDescriptor As DAItemDescriptor Dim vtq As DAVtq Dim instance As New DAItemVtqArguments(serverDescriptor, itemDescriptor, vtq)
public DAItemVtqArguments( ServerDescriptor serverDescriptor, DAItemDescriptor itemDescriptor, DAVtq vtq )
public: DAItemVtqArguments( ServerDescriptor^ serverDescriptor, DAItemDescriptor^ itemDescriptor, DAVtq^ vtq )
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.