QuickOPC User's Guide and Reference
FromUInt16 Method (UAWriterGroupDescriptor)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UAWriterGroupDescriptor Class : FromUInt16 Method
The writer group Id.
Converts a writer group Id into a writer group descriptor.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared Function FromUInt16( _
   ByVal writerGroupId As Integer _
) As UAWriterGroupDescriptor
'Usage
 
Dim writerGroupId As Integer
Dim value As UAWriterGroupDescriptor
 
value = UAWriterGroupDescriptor.FromUInt16(writerGroupId)
[NotNull()]
public static UAWriterGroupDescriptor FromUInt16( 
   int writerGroupId
)
[NotNull()]
public:
static UAWriterGroupDescriptor^ FromUInt16( 
   int writerGroupId
) 

Parameters

writerGroupId
The writer group Id.

Return Value

Returns a writer group descriptor with the specified writer group Id.
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