APIs

Show:

The target of the translated path.

Constructor

BrowsePathTarget

(
  • options
)

Parameters:

  • options Object
    • [targetId] ExpandedNodeId optional

      The id of the target node.

    • [remainingPathIndex] UInt32 optional

      The index of the target in the relative path. UInt32.MaxValue if the entire path was processed.

Methods

binaryStoreSize

() Number

Calculate the required size to store this object in a binary stream.

Returns:

Number:

decode

(
  • stream
  • [option]
)

decode the object from a binary stream

Parameters:

encode

(
  • stream
)

encode the object into a binary stream

Parameters:

isValid

() Boolean

verify that all object attributes values are valid according to schema

Returns:

Boolean:

toString

() String

Returns:

String:

Properties

remainingPathIndex

UInt32

The index of the target in the relative path. UInt32.MaxValue if the entire path was processed.