QuickOPC User's Guide and Reference
AEBrowseArguments Constructor(ServerDescriptor,AENodeDescriptor,AEBrowseParameters)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel Namespace > AEBrowseArguments Class > AEBrowseArguments Constructor : AEBrowseArguments Constructor(ServerDescriptor,AENodeDescriptor,AEBrowseParameters)
Server descriptor. Identifies the OPC-A&E server.
Node descriptor. Identifies the node in OPC server's address space.
Specifies which nodes will be returned by browsing the OPC server's address space.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal serverDescriptor As ServerDescriptor, _
   ByVal nodeDescriptor As AENodeDescriptor, _
   ByVal browseParameters As AEBrowseParameters _
)
'Usage
 
Dim serverDescriptor As ServerDescriptor
Dim nodeDescriptor As AENodeDescriptor
Dim browseParameters As AEBrowseParameters
 
Dim instance As New AEBrowseArguments(serverDescriptor, nodeDescriptor, browseParameters)

Parameters

serverDescriptor
Server descriptor. Identifies the OPC-A&E server.
nodeDescriptor
Node descriptor. Identifies the node in OPC server's address space.
browseParameters
Specifies which nodes will be returned by browsing the OPC server's address space.
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