'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Overloads Shared Function TraverseNodeTree( _ ByVal client As IEasyUAClient, _ ByVal endpointDescriptor As UAEndpointDescriptor _ ) As IEnumerable(Of UATreePosition)
'Usage
Dim client As IEasyUAClient Dim endpointDescriptor As UAEndpointDescriptor Dim value As IEnumerable(Of UATreePosition) value = IEasyUAClientExtension2.TraverseNodeTree(client, endpointDescriptor)
[Extension()] [NotNull()] public static IEnumerable<UATreePosition> TraverseNodeTree( IEasyUAClient client, UAEndpointDescriptor endpointDescriptor )
[Extension()] [NotNull()] public: static IEnumerable<UATreePosition^>^ TraverseNodeTree( IEasyUAClient^ client, UAEndpointDescriptor^ endpointDescriptor )
Parameters
- client
- The client object that will perform the operation.
- endpointDescriptor
- Endpoint descriptor. Identifies the OPC-UA server.
Return Value
Returns an enumerator of tree positions that will traverse through all nodes specified.