OPC Studio User's Guide and Reference
Address Property (UADatagramWriterGroupTransportParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UADatagramWriterGroupTransportParameters Class : Address Property
Contains the network address information for the communication middleware.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property Address As NetworkAddress
'Usage
 
Dim instance As UADatagramWriterGroupTransportParameters
Dim value As NetworkAddress
 
instance.Address = value
 
value = instance.Address
[NotNull()]
public NetworkAddress Address {get; set;}
[NotNull()]
public:
property NetworkAddress^ Address {
   NetworkAddress^ get();
   void set (    NetworkAddress^ value);
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

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