CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdAsyncIO Namespace Reference

Enumerations

enum  OdAsyncIOResult {
  Success = 0 , InProgress , Cancelled , CanNotOpenFile ,
  WrongFileDescriptor , BufferPtrIsNull , WrongRequestDescriptor , UnknownError
}
 

Detailed Description

<group OdAsyncIO_Classes>

Enumeration Type Documentation

◆ OdAsyncIOResult

This enumeration represents possible results of request processing.

Enumerator
Success 

Request is done.

InProgress 

Request is in progress.

Cancelled 

Request is cancelled.

CanNotOpenFile 

Failed to open file.

WrongFileDescriptor 

File descriptor is invalid.

BufferPtrIsNull 

Data buffer pointer passed in the write request is NULL

WrongRequestDescriptor 

Request descriptor is invalid.

UnknownError 

Unknown error during request processing.

Definition at line 35 of file OdAsyncIOResult.h.