RequestHeader Class
Extends BaseUAObject
Defined in:
Module: opcua.address_space.types
packages\node-opcua-service-secure-channel\_generated_\_auto_generated_RequestHeader.js:27
Constructor
RequestHeader
(
-
options
Parameters:
-
optionsObject-
[authenticationToken]NodeId optional -
[timeStamp= Fri Dec 15 2017 22:13:54 GMT+0100 (Paris, Madrid)]UtcTime optional -
[requestHandle= 3735928559]IntegerId optional -
[returnDiagnostics]UInt32 optional -
[auditEntryId]UAString optional -
[timeoutHint]UInt32 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
auditEntryId
UAString
requestHandle
IntegerId
Default: function () { return 0xDEADBEEF; }
returnDiagnostics
UInt32
timeoutHint
UInt32
timeStamp
UtcTime
Default: function () { return new Date(); }
The NodeOPCUA API