ActivateSessionResponse Class
Extends BaseUAObject
Defined in:
Module: services.session
packages\node-opcua-service-session\index.js:20
Activates a session with the server.
Constructor
ActivateSessionResponse
(
-
options
Parameters:
-
options
Object-
[responseHeader]
ResponseHeader optionalA standard header included in all responses returned by servers.
-
[serverNonce]
ByteString optionalA random number generated by the server.
-
[results]
StatusCode[] optionalAny errors during validation of the software certificates.
-
[diagnosticInfos]
DiagnosticInfo[] optionalThe diagnostics associated with the software certificates 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
serverNonce
ByteString
A random number generated by the server.