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