OPC Labs EasyOPC-UA Library
UAWriterGroupDescriptor Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UAWriterGroupDescriptor Object
Description
Descriptor for a writer group (using physical Id, or logical name).

 

ProgId: OpcLabs.EasyOpc.UA.PubSub.UAWriterGroupDescriptor
CLSID (Class ID): f6d923ca-64d4-4b84-a47c-b4baa6309a80
Default interface: OpcLabs.EasyOpc.UA.PubSub.ComTypes._UAWriterGroupDescriptor
Event source interface:

 

For more information, see UAWriterGroupDescriptor and OpcLabs.EasyOpc.UA.PubSub.ComTypes._UAWriterGroupDescriptor in .NET Reference.

Object Model

UAWriterGroupDescriptor ObjectUAKeyValueDictionary Collection

Remarks

For remarks, see UAWriterGroupDescriptor and OpcLabs.EasyOpc.UA.PubSub.ComTypes._UAWriterGroupDescriptor in .NET Reference.

Object creation

_UAWriterGroupDescriptorPtr UAWriterGroupDescriptorPtr(__uuidof(UAWriterGroupDescriptor));
UAWriterGroupDescriptor := CoUAWriterGroupDescriptor.Create;
var UAWriterGroupDescriptor = new ActiveXObject("OpcLabs.EasyOpc.UA.PubSub.UAWriterGroupDescriptor");
UAWriterGroupDescriptor := CoUAWriterGroupDescriptor.Create;
$UAWriterGroupDescriptor = Win32::OLE->new("OpcLabs.EasyOpc.UA.PubSub.UAWriterGroupDescriptor");
$UAWriterGroupDescriptor = new COM("OpcLabs.EasyOpc.UA.PubSub.UAWriterGroupDescriptor");
OLEObject UAWriterGroupDescriptor
UAWriterGroupDescriptor = CREATE OLEObject
UAWriterGroupDescriptor.ConnectToNewObject("OpcLabs.EasyOpc.UA.PubSub.UAWriterGroupDescriptor")
UAWriterGroupDescriptor = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.PubSub.UAWriterGroupDescriptor')
Dim UAWriterGroupDescriptor As New OleObject ("OpcLabs.EasyOpc.UA.PubSub.UAWriterGroupDescriptor")
Dim UAWriterGroupDescriptor As New UAWriterGroupDescriptor
UAWriterGroupDescriptor = CREATEOBJECT("OpcLabs.EasyOpc.UA.PubSub.UAWriterGroupDescriptor")
Dim UAWriterGroupDescriptor As New UAWriterGroupDescriptor
Dim UAWriterGroupDescriptor: Set UAWriterGroupDescriptor = CreateObject("OpcLabs.EasyOpc.UA.PubSub.UAWriterGroupDescriptor")
UAWriterGroupDescriptor := CreateObject("OpcLabs.EasyOpc.UA.PubSub.UAWriterGroupDescriptor")
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.

Descriptor for an object in OPC UA PubSub.

 

IID (Interface ID): dde20692-3cf4-4282-9664-6f786c083afd

 

For more information, see _UAPubSubObjectDescriptor in .NET Reference.

Example

For examples, see UAWriterGroupDescriptor in .NET Reference.

See Also

UAWriterGroupDescriptor Members