CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdAsyncIOService.h File Reference
#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< OdAsyncIOServiceOdAsyncIOServicePtr
 

Functions

FIRSTDLL_EXPORT void odInitAsyncIOService (OdAsyncIORequestHandler *pRequestHandler)
 
FIRSTDLL_EXPORT OdAsyncIOServiceodGetAsyncIOService ()
 
FIRSTDLL_EXPORT void odUninitAsyncIOService ()
 

Typedef Documentation

◆ OdAsyncIOServicePtr

A data type that represents a smart pointer to OdAsyncIOService object.

Definition at line 108 of file OdAsyncIOService.h.

Function Documentation

◆ odGetAsyncIOService()

FIRSTDLL_EXPORT OdAsyncIOService * odGetAsyncIOService ( )

Function to get access to async I/O service.

Returns
Pointer to OdAsyncIOService object.

◆ odInitAsyncIOService()

FIRSTDLL_EXPORT void odInitAsyncIOService ( OdAsyncIORequestHandler * pRequestHandler)

Function to initialize async I/O service.

Parameters
pRequestHandler[in] Pointer to request handler object.

◆ odUninitAsyncIOService()

FIRSTDLL_EXPORT void odUninitAsyncIOService ( )

Function to uninitialize async I/O service.