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