OPC Labs EasyOPC-UA Library
UABaseEventObject Object Members
Overview 
OpcLabs_EasyOpcUA ActiveX DLL : UABaseEventObject Object
Public Methods
Creates a new object that is a copy of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see Clone in .NET Reference.

Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see GetObjectData in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Public Properties
The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

Generated by the Server to uniquely identify a particular Event Notification.

 

DISPID (Dispatch ID):

 

For more information, see EventId in .NET Reference.

Describes the specific type of Event.

 

DISPID (Dispatch ID):

 

For more information, see EventType in .NET Reference.

The local time that may or may not take daylight saving time into account.

 

DISPID (Dispatch ID):

 

For more information, see LocalTime in .NET Reference.

A human-readable text description of the Event.

 

DISPID (Dispatch ID):

 

For more information, see Message in .NET Reference.

The NodeId of the event.

 

DISPID (Dispatch ID):

 

For more information, see NodeId in .NET Reference.

Provides the time the OPC UA Server received the Event from the underlying device of another Server.

 

DISPID (Dispatch ID):

 

For more information, see ReceiveTime in .NET Reference.

Provides the time the OPC UA Server received the Event from the underlying device of another Server. In UTC, as double-precision floating-point number that contains an OLE Automation date.

 

DISPID (Dispatch ID):

 

For more information, see ReceiveTimeDouble in .NET Reference.

An indication of the urgency of the Event.

 

DISPID (Dispatch ID):

 

For more information, see Severity in .NET Reference.

Provides a description of the source of the Event.

 

DISPID (Dispatch ID):

 

For more information, see SourceName in .NET Reference.

Identifies the Node that the Event originated from.

 

DISPID (Dispatch ID):

 

For more information, see SourceNode in .NET Reference.

Provides the time the Event occurred.

 

DISPID (Dispatch ID):

 

For more information, see Time in .NET Reference.

Provides the time the Event occurred. In UTC, as double-precision floating-point number that contains an OLE Automation date.

 

DISPID (Dispatch ID):

 

For more information, see TimeDouble in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

See Also

UABaseEventObject Object