UA Bundle SDK .NET  2.1.2.227
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaBase.BrowseNextRequest Class Reference

Continues one or more browse operations. More...

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)
 
 
virtual object Clone ()
 
 

Properties

RequestHeader RequestHeader [get, set]
 A standard header included in all requests sent to a server. More...
 
bool ReleaseContinuationPoints [get, set]
 If TRUE the continuation points are released and no results are returned. More...
 
ByteStringCollection ContinuationPoints [get, set]
 The contination points returned from a previous call to Browse and BrowseNext. 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

Continues one or more browse operations.

<exclude>

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.BrowseNextRequest.BrowseNextRequest ( )

The default constructor.

Property Documentation

ByteStringCollection UnifiedAutomation.UaBase.BrowseNextRequest.ContinuationPoints
getset

The contination points returned from a previous call to Browse and BrowseNext.

bool UnifiedAutomation.UaBase.BrowseNextRequest.ReleaseContinuationPoints
getset

If TRUE the continuation points are released and no results are returned.

RequestHeader UnifiedAutomation.UaBase.BrowseNextRequest.RequestHeader
getset

A standard header included in all requests sent to a server.


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