CloseSessionRequest Class
Extends BaseUAObject
Defined in:
Module: services.session
packages\node-opcua-service-session\index.js:25
Closes a session with the server.
Constructor
CloseSessionRequest
(
-
options
Parameters:
-
options
Object-
[requestHeader]
RequestHeader optionalA standard header included in all requests sent to a server.
-
[deleteSubscriptions]
Boolean optionalIf TRUE all subscriptions are deleted when the session is closed.
-
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
deleteSubscriptions
Boolean
If TRUE all subscriptions are deleted when the session is closed.