NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-types
ActivateSessionResponseOptions
Interface ActivateSessionResponseOptions
interface
ActivateSessionResponseOptions
{
diagnosticInfos
?:
(
DiagnosticInfo
|
null
)
[]
|
null
;
responseHeader
?:
ResponseHeaderOptions
;
results
?:
StatusCode
[]
|
null
;
serverNonce
?:
ByteString
;
}
Index
Properties
diagnostic
Infos?
response
Header?
results?
server
Nonce?
Properties
Optional
diagnostic
Infos
diagnosticInfos
?:
(
DiagnosticInfo
|
null
)
[]
|
null
Optional
response
Header
responseHeader
?:
ResponseHeaderOptions
Optional
results
results
?:
StatusCode
[]
|
null
Optional
server
Nonce
serverNonce
?:
ByteString
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
diagnostic
Infos
response
Header
results
server
Nonce
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...