.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaBase.QueryNextResponse Class Reference

More...

Inherits UnifiedAutomation.UaBase.IServiceResponse, and UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

 QueryNextResponse ()
 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

ResponseHeader ResponseHeader [get, set]
 
QueryDataSetCollection QueryDataSets [get, set]
 The array of QueryDataSets More...
 
byte[] RevisedContinuationPoint [get, set]
 Server-defined opaque value that represents the continuation point. More...
 
virtual ExpandedNodeId TypeId [get]
 
virtual ExpandedNodeId BinaryEncodingId [get]
 
virtual ExpandedNodeId XmlEncodingId [get]
 
- Properties inherited from UnifiedAutomation.UaBase.IServiceResponse
ResponseHeader ResponseHeader [get, set]
 The header for the response. 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

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.QueryNextResponse.QueryNextResponse ( )
inline

The default constructor.

Member Function Documentation

virtual bool UnifiedAutomation.UaBase.QueryNextResponse.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

QueryDataSetCollection UnifiedAutomation.UaBase.QueryNextResponse.QueryDataSets
getset

The array of QueryDataSets

ResponseHeader UnifiedAutomation.UaBase.QueryNextResponse.ResponseHeader
getset

byte [] UnifiedAutomation.UaBase.QueryNextResponse.RevisedContinuationPoint
getset

Server-defined opaque value that represents the continuation point.

It is used only if the information to be returned is too large to be contained in a single response. If not used or if is set, the value of this parameter is null.


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