APIs

Show:

Constructor

CallMethodRequest

(
  • options
)

Parameters:

  • options Object
    • [objectId] NodeId optional

      The NodeId shall be that of the Object or ObjectType that is the source of a HasComponent Reference (or subtype of HasComponent Reference) to the Method specified in methodId.

    • [methodId] NodeId optional

      The NodeId of the Method to invoke.

    • [inputArguments] Variant[] optional

      The list of input argument values.

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

inputArguments

Variant[]

The list of input argument values.

methodId

NodeId

The NodeId of the Method to invoke.

objectId

NodeId

The NodeId shall be that of the Object or ObjectType that is the source of a HasComponent Reference (or subtype of HasComponent Reference) to the Method specified in methodId.