ANSI C UA Server SDK  1.6.0.341
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
OpcUa_BrowseNextRequest Struct Reference

The BrowseNext service is only used to continue a Browse if not all results could be returned by the Browse or a following BrowseNext call. More...

#include <opcua_types.h>

Data Fields

OpcUa_Boolean ReleaseContinuationPoints
 A boolean parameter indicating whether continuation points should be released. More...
 
OpcUa_ByteStringContinuationPoints
 A list of Server-defined opaque values that represent continuation points. More...
 

Detailed Description

The BrowseNext service is only used to continue a Browse if not all results could be returned by the Browse or a following BrowseNext call.

The number of Nodes to return can be limited by the client in the Browse request or by the Server during processing the Browse Service call.

The BrowseNext shall be submitted on the same session that was used to submit the Browse or BrowseNext that is being continued.


The documentation for this struct was generated from the following file: