QuickOPC User's Guide and Reference
SetEndpointDescriptors Method (_UADataDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes Namespace > _UADataDialog Interface : SetEndpointDescriptors Method
Array of endpoint descriptor objects.
Syntax
'Declaration
 
Sub SetEndpointDescriptors( _
   ByRef endpointDescriptors() As UAEndpointDescriptor _
) 
'Usage
 
Dim instance As _UADataDialog
Dim endpointDescriptors() As UAEndpointDescriptor
 
instance.SetEndpointDescriptors(endpointDescriptors)
void SetEndpointDescriptors( 
   ref UAEndpointDescriptor[] endpointDescriptors
)
void SetEndpointDescriptors( 
   array<UAEndpointDescriptor^>^% endpointDescriptors
) 

Parameters

endpointDescriptors
Remarks

When multi-select is enabled and the dialog allows the user to pick the OPC-UA endpoint, the count of endpoint descriptors must be the same as the count of node descriptors.

Intended for use from Visual Basic 6.0.
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