'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Overloads Shared Function GetDataItemNode (Of TValue,TAttribute)( _ ByVal modelClient As UAModelClient, _ ByVal endpointDescriptor As UAEndpointDescriptor, _ ByVal nodeDescriptor As UANodeDescriptor _ ) As UADataItemNode(Of TValue,TAttribute)
'Usage
Dim modelClient As UAModelClient Dim endpointDescriptor As UAEndpointDescriptor Dim nodeDescriptor As UANodeDescriptor Dim value As UADataItemNode(Of TValue,TAttribute) value = UAModelClientExtension.GetDataItemNode(Of TValue, TAttribute)(modelClient, endpointDescriptor, nodeDescriptor)
[Extension()] [NotNull()] public static UADataItemNode<TValue,TAttribute> GetDataItemNode<TValue,TAttribute>( UAModelClient modelClient, UAEndpointDescriptor endpointDescriptor, UANodeDescriptor nodeDescriptor )
[Extension()] [NotNull()] public: static UADataItemNode<TValue^,TAttribute^>^ GetDataItemNodegeneric<typename TValue> generic<typename TAttribute> ( UAModelClient^ modelClient, UAEndpointDescriptor^ endpointDescriptor, UANodeDescriptor^ nodeDescriptor )
Parameters
- modelClient
- The OPC-UA model client.
- endpointDescriptor
- Endpoint descriptor. Identifies the OPC-UA server.
- nodeDescriptor
- Node descriptor. Identifies the node in OPC server's address space.
Type Parameters
- TValue
- The type of the value of the node.
- TAttribute
- The type used to access the Value attribute.
Return Value
Returns the data item node obtained from the model client.