This is an interface class to implement asynchronous I/O operations.
File: OdAsyncIORequestHandler.h
Module: API Reference
Default constructor for this class. (Inherited from OdRxObject) | |
Destructor for the OdAsyncIORequestHandler class. | |
The virtual destructor for this class. (Inherited from OdRxObject) |
| |
Declares the method incrementing the reference counter in objects derived from this class. (Inherited from OdRxObject) | |
Method to cancel request. | |
Casts the specified raw pointer to the smart pointer. (Inherited from OdRxObject) | |
Creates a *clone* of this object, and returns a pointer to the *clone*. (Inherited from OdRxObject) | |
Closes the file corresponding to the file descriptor value. | |
Compares another object to this one in a some meaning. (Inherited from OdRxObject) | |
details Copies the contents of the specified object into this object. (Inherited from OdRxObject) | |
Returns the raw pointer to the class describing instance statically associated with this object as the OdRxClass object. (Inherited from OdRxObject) | |
Returns the raw pointer to the class describing instance dynamically associated with this object as the OdRxClass object. (Inherited from OdRxObject) | |
Returns true if and only if the specified object is equal to this one in a some meaning. (Inherited from OdRxObject) | |
Checks whether the object belongs to the specified class and returns true if and only if this object is an instance of the specified class or a subclass of the specified class. (Inherited from OdRxObject) | |
Registers new request and returns a descriptor to be set in the field m_requestDescriptor of request data structure. | |
Returns the value of the reference counter, that is, the number of references to an instance of this class. (Inherited from OdRxObject) | |
Executes a request to open a file. | |
Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class. (Inherited from OdRxObject) | |
Executes a request to read data. | |
Declares the method decrementing the reference counter in objects derived from this class. (Inherited from OdRxObject) | |
Method to confirm that the response to the request has been received. | |
Synchronous method for getting the request result. Intended to be used if the flag m_bAsyncNotification in request data structure was set to false. | |
for internal use (Inherited from OdRxObject) | |
(Inherited from OdRxObject) | |
Executes a request to write data. | |
Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class, or throws an exception if it cannot. (Inherited from OdRxObject) |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|