Preparing search index...
The search index is not available
NodeOPCUA reference documentation - public API
NodeOPCUA reference documentation - public API
node-opcua
EventData
Class EventData
Implements
IEventData
Index
Constructors
constructor
Properties
$cache
$event
Data
Source
event
Id
Methods
_browse
_create
Value
_read
Value
Constructors
constructor
new
Event
Data
(
eventTypeNode
)
:
EventData
Parameters
eventTypeNode
:
BaseNode
Returns
EventData
Properties
$cache
$cache
:
{
__nodeIdToFullPath
:
{
[
key
:
NodeIdString
]
:
FullBrowsePath
;
}
;
__nodeIdToNode
:
{
[
key
:
NodeIdString
]
:
BaseNode
;
}
;
__pathToNodeId
:
{
[
key
:
FullBrowsePath
]
:
NodeId
;
}
;
__values
:
{
[
key
:
NodeIdString
]
:
Variant
;
}
;
}
$event
Data
Source
$event
Data
Source
:
BaseNode
the event type node
event
Id
event
Id
:
NodeId
Methods
_browse
_browse
(
browsePath
)
:
null
|
BrowsePathResult
Parameters
browsePath
:
BrowsePath
Returns
null
|
BrowsePathResult
_create
Value
_create
Value
(
fullBrowsePath
,
node
,
variant
)
:
void
Parameters
fullBrowsePath
:
string
node
:
BaseNode
variant
:
VariantOptions
Returns
void
_read
Value
_read
Value
(
nodeId
)
:
null
|
Variant
Parameters
nodeId
:
NodeId
Returns
null
|
Variant
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
$cache
$event
Data
Source
event
Id
Methods
_browse
_create
Value
_read
Value
NodeOPCUA reference documentation - public API
Loading...
the event type node