OPC Labs EasyOPC-UA Library
UAPubSubConnectionElement Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UAPubSubConnectionElement Object
Description
Represents a PubSub connection element in the PubSub configuration.

 

ProgId: OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubConnectionElement
CLSID (Class ID): bcdb627f-658a-4888-9ac6-5d44d84f7894
Default interface: OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubConnectionElement
Event source interface:

 

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

Object Model

UAPubSubConnectionElement ObjectUAKeyValueDictionary CollectionUAPublisherId ObjectUAPubSubConnectionDescriptor ObjectUABrokerConnectionTransportParameters ObjectUAConnectionTransportParameters ObjectUAKeyValueDictionary CollectionUADatagramConnectionTransportParameters ObjectUAConnectionTransportParameters ObjectResourceAddress ObjectUAConnectionTransportParameters Object

Remarks

For remarks, see UAPubSubConnectionElement and OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubConnectionElement in .NET Reference.

Object creation

_UAPubSubConnectionElementPtr UAPubSubConnectionElementPtr(__uuidof(UAPubSubConnectionElement));
UAPubSubConnectionElement := CoUAPubSubConnectionElement.Create;
var UAPubSubConnectionElement = new ActiveXObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubConnectionElement");
UAPubSubConnectionElement := CoUAPubSubConnectionElement.Create;
$UAPubSubConnectionElement = Win32::OLE->new("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubConnectionElement");
$UAPubSubConnectionElement = new COM("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubConnectionElement");
OLEObject UAPubSubConnectionElement
UAPubSubConnectionElement = CREATE OLEObject
UAPubSubConnectionElement.ConnectToNewObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubConnectionElement")
UAPubSubConnectionElement = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubConnectionElement')
Dim UAPubSubConnectionElement As New OleObject ("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubConnectionElement")
Dim UAPubSubConnectionElement As New UAPubSubConnectionElement
UAPubSubConnectionElement = CREATEOBJECT("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubConnectionElement")
Dim UAPubSubConnectionElement As New UAPubSubConnectionElement
Dim UAPubSubConnectionElement: Set UAPubSubConnectionElement = CreateObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubConnectionElement")
UAPubSubConnectionElement := CreateObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubConnectionElement")
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 object element in the PubSub configuration.

 

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

 

For more information, see _UAPubSubObjectElement in .NET Reference.

Example

For examples, see UAPubSubConnectionElement in .NET Reference.

See Also

UAPubSubConnectionElement Members