OPC Labs EasyOPC-UA Library
UAWriterGroupData Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UAWriterGroupData Object
Description
Represents a writer group in the PubSub configuration.

 

ProgId: OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupData
CLSID (Class ID): 9bd469eb-dad7-4629-84aa-9aee8ec3b295
Default interface: OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAWriterGroupData
Event source interface:

 

For more information, see UAWriterGroupData and OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAWriterGroupData in .NET Reference.

Object Model

UAWriterGroupData ObjectUAKeyValueDictionary CollectionUADataSetWriterDataCollection CollectionUADataSetWriterData ObjectStringCollection CollectionUADiscoveryElementCollection CollectionUADiscoveryElement ObjectUAWriterGroupDescriptor ObjectUAKeyValueDictionary Collection

Remarks

For remarks, see UAWriterGroupData and OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAWriterGroupData in .NET Reference.

Object creation

_UAWriterGroupDataPtr UAWriterGroupDataPtr(__uuidof(UAWriterGroupData));
UAWriterGroupData := CoUAWriterGroupData.Create;
var UAWriterGroupData = new ActiveXObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupData");
UAWriterGroupData := CoUAWriterGroupData.Create;
$UAWriterGroupData = Win32::OLE->new("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupData");
$UAWriterGroupData = new COM("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupData");
OLEObject UAWriterGroupData
UAWriterGroupData = CREATE OLEObject
UAWriterGroupData.ConnectToNewObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupData")
UAWriterGroupData = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupData')
Dim UAWriterGroupData As New OleObject ("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupData")
Dim UAWriterGroupData As New UAWriterGroupData
UAWriterGroupData = CREATEOBJECT("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupData")
Dim UAWriterGroupData As New UAWriterGroupData
Dim UAWriterGroupData: Set UAWriterGroupData = CreateObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupData")
UAWriterGroupData := CreateObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupData")
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): 9a604ee7-e630-3ded-9444-baae247075ab

 

For more information, see IFormattable in .NET Reference.

 

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

 

For more information, see ISerializable in .NET Reference.

Represents a PubSub component element in the PubSub configuration.

 

IID (Interface ID): 23743679-f5cd-408e-8ccf-4e849341b7eb

 

For more information, see _UAPubSubComponentElement in .NET Reference.

Represents a PubSub group element in the PubSub configuration.

 

IID (Interface ID): d2fbab9f-c7f0-410a-a0bb-2422c681298c

 

For more information, see _UAPubSubGroupElement in .NET Reference.

Represents a PubSub object element in the PubSub configuration.

 

IID (Interface ID): 4614b76f-7224-424b-aa14-56e1b05f5464

 

For more information, see _UAPubSubObjectElement in .NET Reference.

Represents a writer group element in the PubSub configuration.

 

IID (Interface ID): 79fae3c0-5b78-4a99-963c-6148e2583c97

 

For more information, see _UAWriterGroupElement in .NET Reference.

Example

For examples, see UAWriterGroupData in .NET Reference.

See Also

UAWriterGroupData Members