OPC Labs EasyOPC-UA Library
UAPubSubConnectionDescriptor Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UAPubSubConnectionDescriptor Object
Description
Descriptor for a PubSub connection (using physical parameters, or logical name).

 

ProgId: OpcLabs.EasyOpc.UA.PubSub.UAPubSubConnectionDescriptor
CLSID (Class ID): fa4f1aad-822c-4f58-b480-f9189e994018
Default interface: OpcLabs.EasyOpc.UA.PubSub.ComTypes._UAPubSubConnectionDescriptor
Event source interface:

 

For more information, see UAPubSubConnectionDescriptor and OpcLabs.EasyOpc.UA.PubSub.ComTypes._UAPubSubConnectionDescriptor in .NET Reference.

Object Model

UAPubSubConnectionDescriptor ObjectUABrokerConnectionTransportParameters ObjectUAConnectionTransportParameters ObjectUAKeyValueDictionary CollectionUADatagramConnectionTransportParameters ObjectResourceAddress ObjectUAConnectionTransportParameters ObjectResourceAddress ObjectResourceAddress ObjectResourceDescriptor Object

Remarks

For remarks, see UAPubSubConnectionDescriptor and OpcLabs.EasyOpc.UA.PubSub.ComTypes._UAPubSubConnectionDescriptor in .NET Reference.

Object creation

_UAPubSubConnectionDescriptorPtr UAPubSubConnectionDescriptorPtr(__uuidof(UAPubSubConnectionDescriptor));
UAPubSubConnectionDescriptor := CoUAPubSubConnectionDescriptor.Create;
var UAPubSubConnectionDescriptor = new ActiveXObject("OpcLabs.EasyOpc.UA.PubSub.UAPubSubConnectionDescriptor");
UAPubSubConnectionDescriptor := CoUAPubSubConnectionDescriptor.Create;
$UAPubSubConnectionDescriptor = Win32::OLE->new("OpcLabs.EasyOpc.UA.PubSub.UAPubSubConnectionDescriptor");
$UAPubSubConnectionDescriptor = new COM("OpcLabs.EasyOpc.UA.PubSub.UAPubSubConnectionDescriptor");
OLEObject UAPubSubConnectionDescriptor
UAPubSubConnectionDescriptor = CREATE OLEObject
UAPubSubConnectionDescriptor.ConnectToNewObject("OpcLabs.EasyOpc.UA.PubSub.UAPubSubConnectionDescriptor")
UAPubSubConnectionDescriptor = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.PubSub.UAPubSubConnectionDescriptor')
Dim UAPubSubConnectionDescriptor As New OleObject ("OpcLabs.EasyOpc.UA.PubSub.UAPubSubConnectionDescriptor")
Dim UAPubSubConnectionDescriptor As New UAPubSubConnectionDescriptor
UAPubSubConnectionDescriptor = CREATEOBJECT("OpcLabs.EasyOpc.UA.PubSub.UAPubSubConnectionDescriptor")
Dim UAPubSubConnectionDescriptor As New UAPubSubConnectionDescriptor
Dim UAPubSubConnectionDescriptor: Set UAPubSubConnectionDescriptor = CreateObject("OpcLabs.EasyOpc.UA.PubSub.UAPubSubConnectionDescriptor")
UAPubSubConnectionDescriptor := CreateObject("OpcLabs.EasyOpc.UA.PubSub.UAPubSubConnectionDescriptor")
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 UAPubSubConnectionDescriptor in .NET Reference.

See Also

UAPubSubConnectionDescriptor Members