QuickOPC User's Guide and Reference
ToUAPubSubConnectionDescriptor Method (_UAPubSubConnectionData)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes Namespace > _UAPubSubConnectionData Interface : ToUAPubSubConnectionDescriptor Method
Converts a PubSub connection element from a configuration to a OpcLabs.EasyOpc.UA.PubSub.UAPubSubConnectionDescriptor.
Syntax
'Declaration
 
<NotNullAttribute()>
Function ToUAPubSubConnectionDescriptor() As UAPubSubConnectionDescriptor
'Usage
 
Dim instance As _UAPubSubConnectionData
Dim value As UAPubSubConnectionDescriptor
 
value = instance.ToUAPubSubConnectionDescriptor()
[NotNull()]
UAPubSubConnectionDescriptor ToUAPubSubConnectionDescriptor()
[NotNull()]
UAPubSubConnectionDescriptor^ ToUAPubSubConnectionDescriptor(); 

Return Value

Returns a PubSub connection descriptor that can be used for subscriptions to the OPC publisher.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also