QuickOPC User's Guide and Reference
UABrowseNodeDescriptor Constructor(UAEndpointDescriptor,UANodeDescriptor,UAAttributeId)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing Namespace > UABrowseNodeDescriptor Class > UABrowseNodeDescriptor Constructor : UABrowseNodeDescriptor Constructor(UAEndpointDescriptor,UANodeDescriptor,UAAttributeId)
Initializes a new instance of the class with given data.
Syntax
'Declaration
 
Public Function New( _
   ByVal endpointDescriptor As UAEndpointDescriptor, _
   ByVal nodeDescriptor As UANodeDescriptor, _
   ByVal attributeId As UAAttributeId _
)
'Usage
 
Dim endpointDescriptor As UAEndpointDescriptor
Dim nodeDescriptor As UANodeDescriptor
Dim attributeId As UAAttributeId
 
Dim instance As New UABrowseNodeDescriptor(endpointDescriptor, nodeDescriptor, attributeId)

Parameters

endpointDescriptor
nodeDescriptor
attributeId
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