UA Server SDK C++ Bundle  1.4.0.258
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
UaQueryFirstContext Class Reference

UaQueryFirstContext Class. More...

#include <uatransactionmanager.h>

Inherits UaQueryContext.

Public Member Functions

 UaQueryFirstContext (OpcUa_QueryFirstRequest *pRequest)
 construction
 
virtual ~UaQueryFirstContext ()
 destruction
 
QueryType getQueryType ()
 
OpcUa_StatusCode prepareResponse ()
 Prepare the response for the service. More...
 
void sendResponse ()
 Send the response for the service. More...
 
virtual ContextType getType ()
 
- Public Member Functions inherited from UaQueryContext
 UaQueryContext ()
 construction
 
virtual ~UaQueryContext ()
 destruction
 
- Public Member Functions inherited from UaTMBaseContext
 UaTMBaseContext ()
 construction
 
virtual ~UaTMBaseContext ()
 destruction
 
void execute ()
 Execute operation. More...
 

Public Attributes

UaParsingResults m_parsingResults
 
OpcUa_ContentFilterResult m_filterResult
 
- Public Attributes inherited from UaQueryContext
QueryContextm_pQueryContext
 
UaQueryDataSets m_queryDataSets
 
- Public Attributes inherited from UaTMBaseContext
OpcUa_Endpoint m_pEndpoint
 
OpcUa_Handle m_hCallContext
 
OpcUa_EncodeableType * m_pRequestType
 
ServiceContext m_serviceContext
 
UaMutex m_mutex
 
OpcUa_UInt32 m_finishedItemCount
 
UaDiagnosticInfoRawArray m_pDiagnosticInfoArray
 
OpcUa_Boolean m_isCancled
 
OpcUa_Boolean m_isReadyToCancel
 
OpcUa_Boolean m_isReadyToBeDeleted
 

Additional Inherited Members

- Public Types inherited from UaQueryContext
enum  QueryType { QueryFirst = 0, QueryNext }
 Description of the Enumeration HashType.
 
- Protected Attributes inherited from UaQueryContext
OpcUa_EncodeableType * m_pResponseType
 

Detailed Description

UaQueryFirstContext Class.

Derived from UaQueryContext. It is not possible to create plane copies of this class.

Member Function Documentation

OpcUa_StatusCode UaQueryFirstContext::prepareResponse ( )

Prepare the response for the service.

void UaQueryFirstContext::sendResponse ( )
virtual

Send the response for the service.

Implements UaTMBaseContext.


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