NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-modeler
UAMethodEvents
Interface UAMethodEvents
interface
UAMethodEvents
{
AccessRestrictions_changed
:
(
attribute
:
DataValue
)
=>
void
;
afterCall
:
(
context
:
ISessionContext
,
inputArguments
:
Variant
[]
,
callMethodResult
:
CallMethodResultOptions
,
)
=>
void
;
BrowseName_changed
:
(
attribute
:
DataValue
)
=>
void
;
Description_changed
:
(
attribute
:
DataValue
)
=>
void
;
DisplayName_changed
:
(
attribute
:
DataValue
)
=>
void
;
dispose
:
()
=>
void
;
event
:
(
attribute
:
IEventData
)
=>
void
;
method_executed
:
(
inputArguments
:
Variant
[]
,
context
:
ISessionContext
,
callMethodResult
:
CallMethodResultOptions
,
)
=>
void
;
RolePermissions_changed
:
(
attribute
:
DataValue
)
=>
void
;
Value_changed
:
(
attribute
:
DataValue
)
=>
void
;
}
Hierarchy (
View Summary
)
BaseNodeEvents
UAMethodEvents
Index
Properties
Access
Restrictions_
changed
after
Call
Browse
Name_
changed
Description_
changed
Display
Name_
changed
dispose
event
method_
executed
Role
Permissions_
changed
Value_
changed
Properties
Access
Restrictions_
changed
AccessRestrictions_changed
:
(
attribute
:
DataValue
)
=>
void
after
Call
afterCall
:
(
context
:
ISessionContext
,
inputArguments
:
Variant
[]
,
callMethodResult
:
CallMethodResultOptions
,
)
=>
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
method_
executed
method_executed
:
(
inputArguments
:
Variant
[]
,
context
:
ISessionContext
,
callMethodResult
:
CallMethodResultOptions
,
)
=>
void
Role
Permissions_
changed
RolePermissions_changed
:
(
attribute
:
DataValue
)
=>
void
Value_
changed
Value_changed
:
(
attribute
:
DataValue
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
Access
Restrictions_
changed
after
Call
Browse
Name_
changed
Description_
changed
Display
Name_
changed
dispose
event
method_
executed
Role
Permissions_
changed
Value_
changed
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...