QuickOPC User's Guide and Reference
UADataSetSubscriptionDescriptor Constructor(UAPubSubConnectionDescriptor,UASubscriberCommunicationParameters,UASubscribeDataSetFilter)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UADataSetSubscriptionDescriptor Class > UADataSetSubscriptionDescriptor Constructor : UADataSetSubscriptionDescriptor Constructor(UAPubSubConnectionDescriptor,UASubscriberCommunicationParameters,UASubscribeDataSetFilter)
Descriptor for a PubSub connection (using physical parameters, or logical name).
Represents communication parameters for an OPC UA subscriber.
Specifies how the incoming PubSub messages should be filtered before being delivered to the application.
Initializes a new instance of the class.
Syntax

Parameters

connectionDescriptor
Descriptor for a PubSub connection (using physical parameters, or logical name).
communicationParameters
Represents communication parameters for an OPC UA subscriber.
filter
Specifies how the incoming PubSub messages should be filtered before being delivered to the application.
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