'Declaration
Public Function New( _ ByVal endpointDescriptor As UAEndpointDescriptor, _ ByVal nodeDescriptor As UANodeDescriptor _ )
'Usage
Dim endpointDescriptor As UAEndpointDescriptor Dim nodeDescriptor As UANodeDescriptor Dim instance As New UAAttributeArguments(endpointDescriptor, nodeDescriptor)
public UAAttributeArguments( UAEndpointDescriptor endpointDescriptor, UANodeDescriptor nodeDescriptor )
public: UAAttributeArguments( UAEndpointDescriptor^ endpointDescriptor, UANodeDescriptor^ nodeDescriptor )
Parameters
- endpointDescriptor
- Endpoint descriptor. Identifies the OPC-UA server.
- nodeDescriptor
- Node descriptor. Identifies the node in OPC server's address space.