This class is a special data structure to represent input/output request.
File: OdAsyncIORequest.h
Module: API Reference
Constructor for the OdAsyncBaseRequest class. (Inherited from OdAsyncBaseRequest) | |
Constructor for the OdAsyncIORequest class. | |
Destructor for the OdAsyncBaseRequest class. (Inherited from OdAsyncBaseRequest) |
Flag indicating whether to return the result of processing the request asynchronously (true) or synchronously (false). (Inherited from OdAsyncBaseRequest) | |
Descriptor the file on which the I/O operation is being performed. | |
Offset in target file to perform I/O operation. | |
Pointer to a user-allocated buffer that should contain the data to be written (only used for the write operation). | |
Descriptor of the receiver that should receive the response to the request. (Inherited from OdAsyncBaseRequest) | |
Unique request descriptor. (Inherited from OdAsyncBaseRequest) | |
Number of bytes to read/write. |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|