QuickOPC User's Guide and Reference
ToUAWriterGroupDescriptor Method (_UAWriterGroupData)



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

Return Value

Returns a writer group 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