CallMethodResult Class
The result of a Method call.
Constructor
CallMethodResult
(
-
options
Parameters:
-
options
Object-
[statusCode]
StatusCode optionalThe StatusCode of the Method executed in the server.
-
[inputArgumentResults]
StatusCode[] optionalThe list of StatusCodes corresponding to the inputArguments.
-
[inputArgumentDiagnosticInfos]
DiagnosticInfo[] optionalThe list of diagnostic information corresponding to the inputArguments.
-
[outputArguments]
Variant[] optionalThe list of output argument values.
-
Item Index
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:
-
stream
BinaryStream -
[option]
Object optional
decode_debug
()
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.