APIs

Show:

The result of a translate operation.

Constructor

BrowsePathResult

(
  • options
)

Parameters:

  • options Object
    • [statusCode] StatusCode optional

      A code indicating any error during the operation.

    • [targets] BrowsePathTarget[] optional

      A list of nodes found. The first element matches the type definition.

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

statusCode

StatusCode

A code indicating any error during the operation.

targets

BrowsePathTarget[]

A list of nodes found. The first element matches the type definition.