⚠️ You are reading documentation for an OLD version (v2.68.0). The current released version is v2.173.1.
View latest documentation →
Search
Preparing search index...
The search index is not available
NodeOPCUA reference documentation - public API
Options
All
Public
Public/Protected
All
Inherited
Menu
NodeOPCUA reference documentation - public API
node-opcua
ClientAlarmList
Class ClientAlarmList
  subscribe now with sterfive to access the online-user manual
Hierarchy
EventEmitter
ClientAlarmList
Implements
Iterable
<
ClientAlarm
>
Index
Constructors
constructor
Accessors
length
Methods
[iterator]
alarms
on
purge
Unused
Alarms
remove
Alarm
update
Constructors
constructor
new
Client
Alarm
List
(
)
:
ClientAlarmList
Returns
ClientAlarmList
Accessors
length
get
length
(
)
:
number
Returns
number
Methods
[iterator]
[iterator]
(
)
:
Iterator
<
ClientAlarm
,
any
,
undefined
>
Returns
Iterator
<
ClientAlarm
,
any
,
undefined
>
alarms
alarms
(
)
:
ClientAlarm
[]
Returns
ClientAlarm
[]
on
on
(
eventName
:
"alarmChanged"
, handler
:
(
alarm
:
ClientAlarm
)
=>
void
)
:
ClientAlarmList
on
(
eventName
:
"newAlarm"
, handler
:
(
alarm
:
ClientAlarm
)
=>
void
)
:
ClientAlarmList
Parameters
eventName:
"alarmChanged"
handler:
(
alarm
:
ClientAlarm
)
=>
void
(
alarm
:
ClientAlarm
)
:
void
Parameters
alarm:
ClientAlarm
Returns
void
Returns
ClientAlarmList
Parameters
eventName:
"newAlarm"
handler:
(
alarm
:
ClientAlarm
)
=>
void
(
alarm
:
ClientAlarm
)
:
void
Parameters
alarm:
ClientAlarm
Returns
void
Returns
ClientAlarmList
purge
Unused
Alarms
purge
Unused
Alarms
(
)
:
void
Returns
void
remove
Alarm
remove
Alarm
(
eventField
:
EventStuff
)
:
void
Parameters
eventField:
EventStuff
Returns
void
update
update
(
eventField
:
EventStuff
)
:
void
Parameters
eventField:
EventStuff
Returns
void
Modules
node-
opcua
node-
opcua-
address-
space
node-
opcua-
basic-
types
node-
opcua-
certificate-
manager
node-
opcua-
client
node-
opcua-
data-
access
node-
opcua-
data-
model
node-
opcua-
data-
value
node-
opcua-
guid
node-
opcua-
nodeid
node-
opcua-
server
node-
opcua-
status-
codes
node-
opcua-
types
node-
opcua-
variant
Client
Alarm
List
constructor
length
[iterator]
alarms
on
purge
Unused
Alarms
remove
Alarm
update
Generated using
TypeDoc