NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-types
SetTriggeringResponseOptions
Interface SetTriggeringResponseOptions
interface
SetTriggeringResponseOptions
{
addDiagnosticInfos
?:
(
DiagnosticInfo
|
null
)
[]
|
null
;
addResults
?:
StatusCode
[]
|
null
;
removeDiagnosticInfos
?:
(
DiagnosticInfo
|
null
)
[]
|
null
;
removeResults
?:
StatusCode
[]
|
null
;
responseHeader
?:
ResponseHeaderOptions
;
}
Index
Properties
add
Diagnostic
Infos?
add
Results?
remove
Diagnostic
Infos?
remove
Results?
response
Header?
Properties
Optional
add
Diagnostic
Infos
addDiagnosticInfos
?:
(
DiagnosticInfo
|
null
)
[]
|
null
Optional
add
Results
addResults
?:
StatusCode
[]
|
null
Optional
remove
Diagnostic
Infos
removeDiagnosticInfos
?:
(
DiagnosticInfo
|
null
)
[]
|
null
Optional
remove
Results
removeResults
?:
StatusCode
[]
|
null
Optional
response
Header
responseHeader
?:
ResponseHeaderOptions
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
add
Diagnostic
Infos
add
Results
remove
Diagnostic
Infos
remove
Results
response
Header
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...