NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua
UABaseEventEx
Interface UABaseEventEx
namespace
http://opcfoundation.org/UA/
nodeClass
ObjectType
typedDefinition
BaseEventType i=2041
isAbstract
true
interface
UABaseEventEx
{
conditionClassId
?:
UAProperty
<
NodeId
,
NodeId
>
;
conditionClassName
?:
UAProperty
<
LocalizedText
,
LocalizedText
>
;
conditionSubClassId
?:
UAProperty
<
NodeId
[]
,
NodeId
>
;
conditionSubClassName
?:
UAProperty
<
LocalizedText
[]
,
LocalizedText
>
;
eventId
:
UAProperty
<
Buffer
<
ArrayBufferLike
>
,
ByteString
>
;
eventType
:
UAProperty
<
NodeId
,
NodeId
>
;
localTime
?:
UAProperty
<
DTTimeZone
,
ExtensionObject
>
;
message
:
UAProperty
<
LocalizedText
,
LocalizedText
>
;
receiveTime
:
UAProperty
<
Date
,
DateTime
>
;
severity
:
UAProperty
<
number
,
UInt16
>
;
sourceName
:
UAProperty
<
UAString
,
String
>
;
sourceNode
:
UAProperty
<
NodeId
,
NodeId
>
;
time
:
UAProperty
<
Date
,
DateTime
>
;
setSourceName
(
name
:
string
)
:
void
;
setSourceNode
(
node
:
NodeId
|
BaseNode
<
BaseNodeEvents
>
)
:
void
;
}
Hierarchy (
View Summary
)
UABaseEvent_Base
UABaseEventHelper
UABaseEventEx
UAConditionEx
Index
Properties
condition
Class
Id?
condition
Class
Name?
condition
Sub
Class
Id?
condition
Sub
Class
Name?
event
Id
event
Type
local
Time?
message
receive
Time
severity
source
Name
source
Node
time
Methods
set
Source
Name
set
Source
Node
Properties
Optional
condition
Class
Id
conditionClassId
?:
UAProperty
<
NodeId
,
NodeId
>
Optional
condition
Class
Name
conditionClassName
?:
UAProperty
<
LocalizedText
,
LocalizedText
>
Optional
condition
Sub
Class
Id
conditionSubClassId
?:
UAProperty
<
NodeId
[]
,
NodeId
>
Optional
condition
Sub
Class
Name
conditionSubClassName
?:
UAProperty
<
LocalizedText
[]
,
LocalizedText
>
event
Id
eventId
:
UAProperty
<
Buffer
<
ArrayBufferLike
>
,
ByteString
>
event
Type
eventType
:
UAProperty
<
NodeId
,
NodeId
>
Optional
local
Time
localTime
?:
UAProperty
<
DTTimeZone
,
ExtensionObject
>
message
message
:
UAProperty
<
LocalizedText
,
LocalizedText
>
receive
Time
receiveTime
:
UAProperty
<
Date
,
DateTime
>
severity
severity
:
UAProperty
<
number
,
UInt16
>
source
Name
sourceName
:
UAProperty
<
UAString
,
String
>
source
Node
sourceNode
:
UAProperty
<
NodeId
,
NodeId
>
time
time
:
UAProperty
<
Date
,
DateTime
>
Methods
set
Source
Name
setSourceName
(
name
:
string
)
:
void
Parameters
name
:
string
Returns
void
set
Source
Node
setSourceNode
(
node
:
NodeId
|
BaseNode
<
BaseNodeEvents
>
)
:
void
Parameters
node
:
NodeId
|
BaseNode
<
BaseNodeEvents
>
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
condition
Class
Id
condition
Class
Name
condition
Sub
Class
Id
condition
Sub
Class
Name
event
Id
event
Type
local
Time
message
receive
Time
severity
source
Name
source
Node
time
Methods
set
Source
Name
set
Source
Node
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...