APIs

Show:

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

Constructor

BrowseRequest

(
  • options
)

Parameters:

  • options Object
    • [requestHeader] RequestHeader optional

      A standard header included in all requests sent to a server.

    • [view] ViewDescription optional

      The view to browse.

    • [requestedMaxReferencesPerNode] Counter optional

      The maximum number of references to return in the response.

    • [nodesToBrowse] BrowseDescription[] optional

      The list of nodes to browse.

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

requestedMaxReferencesPerNode

Counter

The maximum number of references to return in the response.

requestHeader

RequestHeader

A standard header included in all requests sent to a server.