APIs

Show:

Registers Nodes

Constructor

RegisterNodesRequest

(
  • options
)

Parameters:

  • options Object
    • [requestHeader] RequestHeader optional

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

    • [nodesToRegister] NodeId[] optional

      List of NodeIds to register that the client has retrieved through browsing, querying or in some other manner

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

nodesToRegister

NodeId[]

List of NodeIds to register that the client has retrieved through browsing, querying or in some other manner

requestHeader

RequestHeader

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