'Declaration
Public Function New( _ ByVal serverDescriptor As ServerDescriptor, _ ByVal itemDescriptor As DAItemDescriptor _ )
'Usage
Dim serverDescriptor As ServerDescriptor Dim itemDescriptor As DAItemDescriptor Dim instance As New DAReadItemArguments(serverDescriptor, itemDescriptor)
public DAReadItemArguments( ServerDescriptor serverDescriptor, DAItemDescriptor itemDescriptor )
public: DAReadItemArguments( ServerDescriptor^ serverDescriptor, DAItemDescriptor^ itemDescriptor )
Parameters
- serverDescriptor
- The OPC server involved in the operation.
- itemDescriptor
- The OPC item involved in the operation.