.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaBase.BrowseNextRequest Class Reference

Inherits UnifiedAutomation.UaBase.IServiceRequest, and UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

 BrowseNextRequest ()
 The default constructor. More...
 
virtual void Encode (IEncoder encoder)
 
virtual void Decode (IDecoder decoder)
 
virtual bool IsEqual (IEncodeable encodeable)
 Checks if encodeable is the same object or has the same content More...
 
virtual object Clone ()
 

Properties

RequestHeader RequestHeader [get, set]
 
bool ReleaseContinuationPoints [get, set]
 A boolean parameter indicating whether continuation points should be released. More...
 
ByteStringCollection ContinuationPoints [get, set]
 A list of Server-defined opaque values that represent continuation points. More...
 
virtual ExpandedNodeId TypeId [get]
 
virtual ExpandedNodeId BinaryEncodingId [get]
 
virtual ExpandedNodeId XmlEncodingId [get]
 
- Properties inherited from UnifiedAutomation.UaBase.IServiceRequest
RequestHeader RequestHeader [get, set]
 The header for the request. More...
 
- Properties inherited from UnifiedAutomation.UaBase.IEncodeable
ExpandedNodeId TypeId [get]
 Returns the UA type identifier for the encodable type. More...
 
ExpandedNodeId BinaryEncodingId [get]
 Returns the UA type identifier for the default binary encoding for the type. More...
 
ExpandedNodeId XmlEncodingId [get]
 Returns the UA type identifier for the default XML encoding for the type. 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.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.BrowseNextRequest.BrowseNextRequest ( )
inline

The default constructor.

Member Function Documentation

virtual bool UnifiedAutomation.UaBase.BrowseNextRequest.IsEqual ( IEncodeable  encodeable)
inlinevirtual

Checks if encodeable is the same object or has the same content

Parameters
encodeable
Returns

Implements UnifiedAutomation.UaBase.IEncodeable.

Property Documentation

ByteStringCollection UnifiedAutomation.UaBase.BrowseNextRequest.ContinuationPoints
getset

A list of Server-defined opaque values that represent continuation points.

The value for a continuation point was returned to the Client in a previous Browse or BrowseNext response. These values are used to identify the previously processed Browse or BrowseNext request that is being continued and the point in the result set from which the browse response is to continue.

Clients may mix continuation points from different Browse or BrowseNext responses.

bool UnifiedAutomation.UaBase.BrowseNextRequest.ReleaseContinuationPoints
getset

A boolean parameter indicating whether continuation points should be released.

It has the following values:

TRUE
passed ContinuationPoints shall be reset to free resources in the Server. The continuation points are released and the results and diagnosticInfos arrays are empty.
FALSE
passed ContinuationPoints shall be used to get the next set of browse information.

A Client shall always use the continuation point returned by a Browse or BrowseNext response to free the resources for the continuation point in the Server. If the Client does not want to get the next set of browse information, BrowseNext shall be called with this parameter set to TRUE.

RequestHeader UnifiedAutomation.UaBase.BrowseNextRequest.RequestHeader
getset


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