CallResponse Class
This Service is used to call (invoke) a list of Methods.
Constructor
CallResponse
(
-
options
Parameters:
-
options
Object-
[responseHeader]
ResponseHeader optionalA standard header included in all responses returned by servers.
-
[results]
CallMethodResult[] optionalResult for the Method calls.
-
[diagnosticInfos]
DiagnosticInfo[] optionalThe List of diagnostic information for the statusCode of the results.
-
Item Index
Properties
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
diagnosticInfos
DiagnosticInfo[]
The List of diagnostic information for the statusCode of the results.