'Declaration
Public Function New( _ ByVal nodeArguments As UANodeArguments, _ ByVal readParameters As UAReadParameters _ )
'Usage
Dim nodeArguments As UANodeArguments Dim readParameters As UAReadParameters Dim instance As New UAReadArguments(nodeArguments, readParameters)
public UAReadArguments( UANodeArguments nodeArguments, UAReadParameters readParameters )
public: UAReadArguments( UANodeArguments^ nodeArguments, UAReadParameters^ readParameters )
Parameters
- nodeArguments
- An object that specifies the node in the OPC server.
- readParameters
- Read parameters, such as the maximum age of the value.