QuickOPC User's Guide and Reference
DAItemPoint Constructor(ServerDescriptor,DAItemDescriptor)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Connectivity Namespace > DAItemPoint Class > DAItemPoint Constructor : DAItemPoint Constructor(ServerDescriptor,DAItemDescriptor)
The point's server descriptor.
The point's item descriptor.
Initializes a new instance of the class, with given server and item descriptors.
Syntax
'Declaration
 
Public Function New( _
   ByVal serverDescriptor As ServerDescriptor, _
   ByVal itemDescriptor As DAItemDescriptor _
)
'Usage
 
Dim serverDescriptor As ServerDescriptor
Dim itemDescriptor As DAItemDescriptor
 
Dim instance As New DAItemPoint(serverDescriptor, itemDescriptor)

Parameters

serverDescriptor
The point's server descriptor.
itemDescriptor
The point's item descriptor.
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