CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdAsyncBaseRequest Class Reference

#include <OdAsyncBaseRequest.h>

Inheritance diagram for OdAsyncBaseRequest:
OdAsyncIORequest OdAsyncOpenFileRequest

Public Member Functions

 OdAsyncBaseRequest ()
 
virtual ~OdAsyncBaseRequest ()
 

Public Attributes

OdUInt64 m_requestDescriptor
 
OdUInt64 m_receiverDescriptor
 
bool m_bAsyncNotification
 

Detailed Description

<group OdAsyncIO_Classes>

This class is a special data structure to represent asynchronous request.

Definition at line 34 of file OdAsyncBaseRequest.h.

Constructor & Destructor Documentation

◆ OdAsyncBaseRequest()

OdAsyncBaseRequest::OdAsyncBaseRequest ( )
inline

Constructor for the OdAsyncBaseRequest class.

Definition at line 41 of file OdAsyncBaseRequest.h.

◆ ~OdAsyncBaseRequest()

virtual OdAsyncBaseRequest::~OdAsyncBaseRequest ( )
inlinevirtual

Destructor for the OdAsyncBaseRequest class.

Definition at line 49 of file OdAsyncBaseRequest.h.

Member Data Documentation

◆ m_bAsyncNotification

bool OdAsyncBaseRequest::m_bAsyncNotification

Flag indicating whether to return the result of processing the request asynchronously (true) or synchronously (false).

Definition at line 58 of file OdAsyncBaseRequest.h.

◆ m_receiverDescriptor

OdUInt64 OdAsyncBaseRequest::m_receiverDescriptor

Descriptor of the receiver that should receive the response to the request.

Definition at line 55 of file OdAsyncBaseRequest.h.

◆ m_requestDescriptor

OdUInt64 OdAsyncBaseRequest::m_requestDescriptor

Unique request descriptor.

Definition at line 52 of file OdAsyncBaseRequest.h.


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