OPC Labs EasyOPC-UA Library
BrowseDataNodes Method
OpcLabs_EasyOpcUA ActiveX DLL > EasyUAClient Object : BrowseDataNodes Method

Description
Browses the data nodes, specifying an endpoint descriptor, and a starting Node Id.

 

DISPID (Dispatch ID):

 

For more information, see BrowseDataNodes in .NET Reference.

Syntax
Visual Basic
Public Function BrowseDataNodes( _
   ByVal endpointDescriptorString As String, _
   ByVal nodeDescriptorString As String _
) As UANodeElementCollection
Parameters
endpointDescriptorString

nodeDescriptorString

Return Type

See BrowseDataNodes in .NET Reference.

Remarks

For remarks, see BrowseDataNodes in .NET Reference.

Example

For examples, see BrowseDataNodes in .NET Reference.

See Also

EasyUAClient Object  | EasyUAClient Members