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