APIs

Show:

Browse the references for one or more nodes from the server address space.

Constructor

BrowseNextResponse

(
  • options
)

Parameters:

  • options Object
    • [responseHeader] ResponseHeader optional

      A standard header included in all responses returned by servers.

    • [results] BrowseResult[] optional

      The results for the browse operations.

    • [diagnosticInfos] DiagnosticInfo[] optional

      The diagnostics associated with the results.

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

diagnosticInfos

DiagnosticInfo[]

The diagnostics associated with the results.

responseHeader

ResponseHeader

A standard header included in all responses returned by servers.

results

BrowseResult[]

The results for the browse operations.