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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAAttributePoint Class > UAAttributePoint Constructor : UAAttributePoint Constructor(UAEndpointDescriptor,UANodeDescriptor,UAAttributeId)
The point's endpoint descriptor.
The point's node descriptor.
The point's attribute Id.
Initializes a new instance of the class, with given endpoint and node descriptors, and an attribute Id.
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 UAAttributePoint(endpointDescriptor, nodeDescriptor, attributeId)

Parameters

endpointDescriptor
The point's endpoint descriptor.
nodeDescriptor
The point's node descriptor.
attributeId
The point's attribute Id.
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