|
CFx SDK Documentation 2026 SP0
|
#include "RootExport.h"#include "RxObject.h"#include "OdAsyncIORequestHandler.h"#include "OdAsyncIOResponseReceiver.h"#include "TD_PackPush.h"#include "TD_PackPop.h"Go to the source code of this file.
Classes | |
| class | OdAsyncIOService |
Typedefs | |
| typedef OdSmartPtr< OdAsyncIOService > | OdAsyncIOServicePtr |
Functions | |
| FIRSTDLL_EXPORT void | odInitAsyncIOService (OdAsyncIORequestHandler *pRequestHandler) |
| FIRSTDLL_EXPORT OdAsyncIOService * | odGetAsyncIOService () |
| FIRSTDLL_EXPORT void | odUninitAsyncIOService () |
A data type that represents a smart pointer to OdAsyncIOService object.
Definition at line 108 of file OdAsyncIOService.h.
| FIRSTDLL_EXPORT OdAsyncIOService * odGetAsyncIOService | ( | ) |
Function to get access to async I/O service.
| FIRSTDLL_EXPORT void odInitAsyncIOService | ( | OdAsyncIORequestHandler * | pRequestHandler | ) |
Function to initialize async I/O service.
| pRequestHandler | [in] Pointer to request handler object. |
| FIRSTDLL_EXPORT void odUninitAsyncIOService | ( | ) |
Function to uninitialize async I/O service.