NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-address-space
IEventData
Interface IEventData
interface
IEventData
{
eventId
:
NodeId
;
_browse
(
browsePath
:
BrowsePath
)
:
BrowsePathResult
|
null
;
_createValue
(
fullBrowsePath
:
string
,
node
:
BaseNode
,
variant
:
VariantOptions
,
)
:
void
;
_readValue
(
nodeId
:
NodeId
)
:
Variant
|
null
;
getEventDataSource
()
:
BaseNode
;
}
Implemented by
EventData
Index
Properties
event
Id
Methods
_
browse
_
create
Value
_
read
Value
get
Event
Data
Source
Properties
event
Id
eventId
:
NodeId
Methods
_
browse
_browse
(
browsePath
:
BrowsePath
)
:
BrowsePathResult
|
null
Parameters
browsePath
:
BrowsePath
Returns
BrowsePathResult
|
null
_
create
Value
_createValue
(
fullBrowsePath
:
string
,
node
:
BaseNode
,
variant
:
VariantOptions
,
)
:
void
Parameters
fullBrowsePath
:
string
node
:
BaseNode
variant
:
VariantOptions
Returns
void
_
read
Value
_readValue
(
nodeId
:
NodeId
)
:
Variant
|
null
Parameters
nodeId
:
NodeId
Returns
Variant
|
null
get
Event
Data
Source
getEventDataSource
()
:
BaseNode
Returns
BaseNode
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
event
Id
Methods
_
browse
_
create
Value
_
read
Value
get
Event
Data
Source
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...