|
CFx SDK Documentation 2026 SP0
|
#include <OdAsyncBaseRequest.h>
Public Member Functions | |
| OdAsyncBaseRequest () | |
| virtual | ~OdAsyncBaseRequest () |
Public Attributes | |
| OdUInt64 | m_requestDescriptor |
| OdUInt64 | m_receiverDescriptor |
| bool | m_bAsyncNotification |
<group OdAsyncIO_Classes>
This class is a special data structure to represent asynchronous request.
Definition at line 34 of file OdAsyncBaseRequest.h.
|
inline |
Constructor for the OdAsyncBaseRequest class.
Definition at line 41 of file OdAsyncBaseRequest.h.
|
inlinevirtual |
Destructor for the OdAsyncBaseRequest class.
Definition at line 49 of file OdAsyncBaseRequest.h.
| 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.
| OdUInt64 OdAsyncBaseRequest::m_receiverDescriptor |
Descriptor of the receiver that should receive the response to the request.
Definition at line 55 of file OdAsyncBaseRequest.h.
| OdUInt64 OdAsyncBaseRequest::m_requestDescriptor |
Unique request descriptor.
Definition at line 52 of file OdAsyncBaseRequest.h.