'Declaration
<NotNullAttribute()> Public Overloads Function GetNode( _ ByVal endpointDescriptor As UAEndpointDescriptor, _ ByVal nodeDescriptor As UANodeDescriptor _ ) As Object
'Usage
Dim instance As UAModelClient Dim endpointDescriptor As UAEndpointDescriptor Dim nodeDescriptor As UANodeDescriptor Dim value As Object value = instance.GetNode(endpointDescriptor, nodeDescriptor)
[NotNull()] public object GetNode( UAEndpointDescriptor endpointDescriptor, UANodeDescriptor nodeDescriptor )
[NotNull()] public: Object^ GetNode( 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.
Return Value
Returns the specified node obtained from the model client.