NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-types
PublishResponseOptions
Interface PublishResponseOptions
interface
PublishResponseOptions
{
availableSequenceNumbers
?:
number
[]
|
null
;
diagnosticInfos
?:
(
DiagnosticInfo
|
null
)
[]
|
null
;
moreNotifications
?:
boolean
;
notificationMessage
?:
NotificationMessageOptions
;
responseHeader
?:
ResponseHeaderOptions
;
results
?:
StatusCode
[]
|
null
;
subscriptionId
?:
number
;
}
Index
Properties
available
Sequence
Numbers?
diagnostic
Infos?
more
Notifications?
notification
Message?
response
Header?
results?
subscription
Id?
Properties
Optional
available
Sequence
Numbers
availableSequenceNumbers
?:
number
[]
|
null
Optional
diagnostic
Infos
diagnosticInfos
?:
(
DiagnosticInfo
|
null
)
[]
|
null
Optional
more
Notifications
moreNotifications
?:
boolean
Optional
notification
Message
notificationMessage
?:
NotificationMessageOptions
Optional
response
Header
responseHeader
?:
ResponseHeaderOptions
Optional
results
results
?:
StatusCode
[]
|
null
Optional
subscription
Id
subscriptionId
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
available
Sequence
Numbers
diagnostic
Infos
more
Notifications
notification
Message
response
Header
results
subscription
Id
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...