NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-modeler
UAVariableEvents
Interface UAVariableEvents
interface
UAVariableEvents
{
AccessRestrictions_changed
:
(
attribute
:
DataValue
)
=>
void
;
BrowseName_changed
:
(
attribute
:
DataValue
)
=>
void
;
Description_changed
:
(
attribute
:
DataValue
)
=>
void
;
DisplayName_changed
:
(
attribute
:
DataValue
)
=>
void
;
dispose
:
()
=>
void
;
event
:
(
attribute
:
IEventData
)
=>
void
;
RolePermissions_changed
:
(
attribute
:
DataValue
)
=>
void
;
semantic_changed
:
()
=>
void
;
value_changed
:
(
newDataValue
:
DataValue
,
index_range
?:
NumericRange
|
null
,
)
=>
void
;
Value_changed
:
(
attribute
:
DataValue
)
=>
void
;
}
Hierarchy (
View Summary
)
BaseNodeEvents
UAVariableEvents
Index
Properties
Access
Restrictions_
changed
Browse
Name_
changed
Description_
changed
Display
Name_
changed
dispose
event
Role
Permissions_
changed
semantic_
changed
value_
changed
Value_
changed
Properties
Access
Restrictions_
changed
AccessRestrictions_changed
:
(
attribute
:
DataValue
)
=>
void
Browse
Name_
changed
BrowseName_changed
:
(
attribute
:
DataValue
)
=>
void
Description_
changed
Description_changed
:
(
attribute
:
DataValue
)
=>
void
Display
Name_
changed
DisplayName_changed
:
(
attribute
:
DataValue
)
=>
void
dispose
dispose
:
()
=>
void
event
event
:
(
attribute
:
IEventData
)
=>
void
Role
Permissions_
changed
RolePermissions_changed
:
(
attribute
:
DataValue
)
=>
void
semantic_
changed
semantic_changed
:
()
=>
void
value_
changed
value_changed
:
(
newDataValue
:
DataValue
,
index_range
?:
NumericRange
|
null
,
)
=>
void
Value_
changed
Value_changed
:
(
attribute
:
DataValue
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
Access
Restrictions_
changed
Browse
Name_
changed
Description_
changed
Display
Name_
changed
dispose
event
Role
Permissions_
changed
semantic_
changed
value_
changed
Value_
changed
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...