'DeclarationPublic Function New( _ ByVal modelNodeDescriptor As UAModelNodeDescriptor, _ ByVal attributeId As UAAttributeId _ )
'UsageDim modelNodeDescriptor As UAModelNodeDescriptor Dim attributeId As UAAttributeId Dim instance As New UAReadArguments(modelNodeDescriptor, attributeId)
public UAReadArguments( UAModelNodeDescriptor modelNodeDescriptor, UAAttributeId attributeId )
public: UAReadArguments( UAModelNodeDescriptor^ modelNodeDescriptor, UAAttributeId attributeId )
Parameters
- modelNodeDescriptor
- Model node descriptor. Identifies both the OPC-UA server and the node in the server's address space. Must not be null.
The value of this parameter cannot be
null(Nothingin Visual Basic). - attributeId
- Attribute Id. Identifies an attribute of a node.