ResponseHeader Class
Extends BaseUAObject
Defined in:
Module: opcua.address_space.types
packages\node-opcua-service-secure-channel\_generated_\_auto_generated_ResponseHeader.js:28
Constructor
ResponseHeader
(
-
options
Parameters:
-
optionsObject-
[timeStamp= Fri Dec 15 2017 22:13:54 GMT+0100 (Paris, Madrid)]UtcTime optional -
[requestHandle]IntegerId optional -
[serviceResult]StatusCode optional -
[serviceDiagnostics]DiagnosticInfo optionalThe diagnostics associated with the ServiceResult.
-
[stringTable]String optional -
[additionalHeader]ExtensionObject optional
-
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:
-
streamBinaryStream -
[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
additionalHeader
ExtensionObject
requestHandle
IntegerId
stringTable
String
timeStamp
UtcTime
Default: function () { return new Date(); }
The NodeOPCUA API