QuickOPC User's Guide and Reference
UADatagramConnectionTransportParameters Constructor(NetworkAddress)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UADatagramConnectionTransportParameters Class > UADatagramConnectionTransportParameters Constructor : UADatagramConnectionTransportParameters Constructor(NetworkAddress)
Contains the network address information used for the discovery probe and announcement messages.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal discoveryNetworkAddress As NetworkAddress _
)
'Usage
 
Dim discoveryNetworkAddress As NetworkAddress
 
Dim instance As New UADatagramConnectionTransportParameters(discoveryNetworkAddress)
public UADatagramConnectionTransportParameters( 
   NetworkAddress discoveryNetworkAddress
)
public:
UADatagramConnectionTransportParameters( 
   NetworkAddress^ discoveryNetworkAddress
)

Parameters

discoveryNetworkAddress
Contains the network address information used for the discovery probe and announcement messages.
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