QuickOPC User's Guide and Reference
_EasyUASubscriber Interface
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.ComTypes Namespace : _EasyUASubscriber Interface
The EasyUASubscriber object is the main object that allows simple access to OPC-UA PubSub publishers.
Object Model
_EasyUASubscriber Interface_AliasProvider InterfaceEasyUASubscriberInstanceParameters ClassEasyUASubscriberAdaptableParameters ClassStringObjectDictionary Class
Syntax
'Declaration
 
<CLSCompliantAttribute(False)>
<ComVisibleAttribute(True)>
<GuidAttribute("30C649D2-ED07-40CC-9BC0-3C629B0CFF5B")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>
Public Interface _EasyUASubscriber 
'Usage
 
Dim instance As _EasyUASubscriber
[CLSCompliant(false)]
[ComVisible(true)]
[Guid("30C649D2-ED07-40CC-9BC0-3C629B0CFF5B")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
public interface _EasyUASubscriber 
[CLSCompliant(false)]
[ComVisible(true)]
[Guid("30C649D2-ED07-40CC-9BC0-3C629B0CFF5B")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
public interface class _EasyUASubscriber 
Remarks

Subscribing to individual dataset fields (such as OpcLabs.EasyOpc.UA.PubSub.IEasyUASubscriberExtension.SubscribeDataSetField is not available in COM.

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