APIs

Show:

Methods

constructBrowsePathFromQualifiedName

(
  • startingNode
  • browsePath
)
Number | | BrowsePath

Parameters:

  • startingNode Object
  • browsePath Object

Returns:

Number | | BrowsePath:

makeRelativePath

(
  • str
  • addressSpace
)
RelativePath

construct a RelativePath from a string containing the relative path description. The string must comply to the OPCUA BNF for RelativePath ( see part 4 - Annexe A)

Parameters:

Returns:

Example:

:

 var relativePath = makeRelativePath("/Server.ServerStatus.CurrentTime");