OPC Labs EasyOPC “Classic” Library
AEEventData Object
Members 
OpcLabs_EasyOpcClassic ActiveX DLL : AEEventData Object
Description
Contains event notification information.

 

ProgId: OpcLabs.EasyOpc.AlarmsAndEvents.AEEventData
CLSID (Class ID): 54ac6592-b68f-4dc1-8586-597d200c266f
Default interface: OpcLabs.EasyOpc.AlarmsAndEvents.ComTypes._AEEventData
Event source interface:

 

For more information, see AEEventData and OpcLabs.EasyOpc.AlarmsAndEvents.ComTypes._AEEventData in .NET Reference.

Object Model

AEEventData ObjectAEAttributeValueDictionary CollectionAEEventType ObjectDAQuality Object

Remarks

For remarks, see AEEventData and OpcLabs.EasyOpc.AlarmsAndEvents.ComTypes._AEEventData in .NET Reference.

Object creation

_AEEventDataPtr AEEventDataPtr(__uuidof(AEEventData));
AEEventData := CoAEEventData.Create;
var AEEventData = new ActiveXObject("OpcLabs.EasyOpc.AlarmsAndEvents.AEEventData");
AEEventData := CoAEEventData.Create;
$AEEventData = Win32::OLE->new("OpcLabs.EasyOpc.AlarmsAndEvents.AEEventData");
$AEEventData = new COM("OpcLabs.EasyOpc.AlarmsAndEvents.AEEventData");
OLEObject AEEventData
AEEventData = CREATE OLEObject
AEEventData.ConnectToNewObject("OpcLabs.EasyOpc.AlarmsAndEvents.AEEventData")
AEEventData = win32com.client.Dispatch('OpcLabs.EasyOpc.AlarmsAndEvents.AEEventData')
Dim AEEventData As New OleObject ("OpcLabs.EasyOpc.AlarmsAndEvents.AEEventData")
Dim AEEventData As New AEEventData
AEEventData = CREATEOBJECT("OpcLabs.EasyOpc.AlarmsAndEvents.AEEventData")
Dim AEEventData As New AEEventData
Dim AEEventData: Set AEEventData = CreateObject("OpcLabs.EasyOpc.AlarmsAndEvents.AEEventData")
AEEventData := CreateObject("OpcLabs.EasyOpc.AlarmsAndEvents.AEEventData")
Interfaces
InterfaceDescription
An object that holds information.

 

IID (Interface ID): b9103dfd-bace-4392-afb0-ff2bfc9c7ab7

 

For more information, see _Info in .NET Reference.

 
A common base class.

 

IID (Interface ID): 9b164457-eef8-4736-bae7-531d45ea2751

 

For more information, see _Object2 in .NET Reference.

 

IID (Interface ID): 0cb251a7-3ab3-3b5c-a0b8-9ddf88824b85

 

For more information, see ICloneable in .NET Reference.

 

IID (Interface ID): d0eeaa62-3d30-3ee2-b896-a2f34dda47d8

 

For more information, see ISerializable in .NET Reference.

Example

For examples, see AEEventData in .NET Reference.

See Also

AEEventData Members