QuickOPC User's Guide and Reference
Address Property (_UADatagramWriterGroupTransportParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes Namespace > _UADatagramWriterGroupTransportParameters Interface : Address Property
Contains the network address information for the communication middleware.
Syntax
'Declaration
 
<NotNullAttribute()>
Property Address As _NetworkAddress
'Usage
 
Dim instance As _UADatagramWriterGroupTransportParameters
Dim value As _NetworkAddress
 
instance.Address = value
 
value = instance.Address
[NotNull()]
_NetworkAddress Address {get; set;}
[NotNull()]
property _NetworkAddress^ Address {
   _NetworkAddress^ get();
   void set (    _NetworkAddress^ value);
}
Remarks
Introduced in OPC UA 1.05. It is used to specify the destination address for UDP unicast.
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