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

UaReadContext. More...

#include <uatransactionmanager.h>

Inherits UaTMBaseContext.

Public Member Functions

 UaReadContext ()
 construction
 
virtual ~UaReadContext ()
 destruction
 
OpcUa_StatusCode prepareResponse ()
 Prepare the response for the service. More...
 
void sendResponse ()
 Send the response for the service. More...
 
- Public Member Functions inherited from UaTMBaseContext
 UaTMBaseContext ()
 construction
 
virtual ~UaTMBaseContext ()
 destruction
 
void execute ()
 Execute operation. More...
 
virtual ContextType getType ()
 

Public Attributes

OpcUa_ReadRequest * m_pRequest
 
UaDataValues m_arUaDataValues
 
OpcUa_ReadResponse * m_pResponse
 
OpcUa_EncodeableType * m_pResponseType
 
- 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 UaTMBaseContext
enum  ContextType {
  UnknownContext, HistoryReadContext, HistoryUpdateContext, QueryFirstContext,
  QueryNextContext
}
 

Detailed Description

UaReadContext.

UaReadContext Class. Derived from UaTMBaseContext. It is not possible to create plane copies of this class.

Member Function Documentation

OpcUa_StatusCode UaReadContext::prepareResponse ( )

Prepare the response for the service.

void UaReadContext::sendResponse ( )
virtual

Send the response for the service.

Implements UaTMBaseContext.


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