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