QuickOPC User's Guide and Reference
UAEndpointDescriptor Constructor(IUADiscoveryElement)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAEndpointDescriptor Class > UAEndpointDescriptor Constructor : UAEndpointDescriptor Constructor(IUADiscoveryElement)
Contains information gathered about an OPC application.
Syntax
'Declaration
 
Public Function New( _
   ByVal discoveryElement As IUADiscoveryElement _
)
'Usage
 
Dim discoveryElement As IUADiscoveryElement
 
Dim instance As New UAEndpointDescriptor(discoveryElement)
public UAEndpointDescriptor( 
   IUADiscoveryElement discoveryElement
)
public:
UAEndpointDescriptor( 
   IUADiscoveryElement^ discoveryElement
)

Parameters

discoveryElement
Contains information gathered about an OPC application.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012 R2, Windows Server 2016; .NET Core, .NET 6: Linux, macOS, Microsoft Windows

See Also