'Declaration
Public Function New( _ ByVal state As Object, _ ByVal endpointDescriptor As UAEndpointDescriptor, _ ByVal nodeDescriptor As UANodeDescriptor, _ ByVal browseParameters As UABrowseParameters _ )
'Usage
Dim state As Object Dim endpointDescriptor As UAEndpointDescriptor Dim nodeDescriptor As UANodeDescriptor Dim browseParameters As UABrowseParameters Dim instance As New UABrowseArguments(state, endpointDescriptor, nodeDescriptor, browseParameters)
public UABrowseArguments( object state, UAEndpointDescriptor endpointDescriptor, UANodeDescriptor nodeDescriptor, UABrowseParameters browseParameters )
public: UABrowseArguments( Object^ state, UAEndpointDescriptor^ endpointDescriptor, UANodeDescriptor^ nodeDescriptor, UABrowseParameters^ browseParameters )
Parameters
- state
- User-defined state object.
- endpointDescriptor
- Endpoint descriptor. Identifies the OPC-UA 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.