QuickOPC User's Guide and Reference
DiscoveryNetworkAddress Property (_UADatagramConnectionTransportParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes Namespace > _UADatagramConnectionTransportParameters Interface : DiscoveryNetworkAddress Property
Contains the network address information used for the discovery probe and announcement messages.
Syntax
'Declaration
 
<NotNullAttribute()>
Property DiscoveryNetworkAddress As _NetworkAddress
'Usage
 
Dim instance As _UADatagramConnectionTransportParameters
Dim value As _NetworkAddress
 
instance.DiscoveryNetworkAddress = value
 
value = instance.DiscoveryNetworkAddress
[NotNull()]
_NetworkAddress DiscoveryNetworkAddress {get; set;}
[NotNull()]
property _NetworkAddress^ DiscoveryNetworkAddress {
   _NetworkAddress^ get();
   void set (    _NetworkAddress^ value);
}
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