Preparing search index...
The search index is not available
NodeOPCUA reference documentation - public API
NodeOPCUA reference documentation - public API
node-opcua-types
ActivateSessionResponseOptions
Interface ActivateSessionResponseOptions
interface
ActivateSessionResponseOptions
{
diagnosticInfos
?:
null
|
(
null
|
DiagnosticInfo
)
[]
;
responseHeader
?:
ResponseHeaderOptions
;
results
?:
null
|
StatusCode
[]
;
serverNonce
?:
Buffer
;
}
Index
Properties
diagnostic
Infos?
response
Header?
results?
server
Nonce?
Properties
Optional
diagnostic
Infos
diagnostic
Infos
?:
null
|
(
null
|
DiagnosticInfo
)
[]
Optional
response
Header
response
Header
?:
ResponseHeaderOptions
Optional
results
results
?:
null
|
StatusCode
[]
Optional
server
Nonce
server
Nonce
?:
Buffer
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
diagnostic
Infos
response
Header
results
server
Nonce
NodeOPCUA reference documentation - public API
Loading...