APIs

Show:

The result of a Method call.

Constructor

CallMethodResult

(
  • options
)

Parameters:

  • options Object
    • [statusCode] StatusCode optional

      The StatusCode of the Method executed in the server.

    • [inputArgumentResults] StatusCode[] optional

      The list of StatusCodes corresponding to the inputArguments.

    • [inputArgumentDiagnosticInfos] DiagnosticInfo[] optional

      The list of diagnostic information corresponding to the inputArguments.

    • [outputArguments] Variant[] optional

      The list of output 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

inputArgumentDiagnosticInfos

DiagnosticInfo[]

The list of diagnostic information corresponding to the inputArguments.

inputArgumentResults

StatusCode[]

The list of StatusCodes corresponding to the inputArguments.

outputArguments

Variant[]

The list of output argument values.

statusCode

StatusCode

The StatusCode of the Method executed in the server.