struct TIORequest
{
TIME Timeout;
SIZE NumberOfBytesTransfered;
};
Specifies the operation timeout in system time units. For further details regarding time units, please refer to the system time description in the scheduling section.
The total number of bytes successfully transferred during the I/O operation.
The TIORequest structure is utilized to pass extended parameters to the osRead and osWrite functions. For comprehensive implementation details, please refer to the documentation for those functions and their associated system objects.
| Version: | 1.0 |
|---|---|
| Header file: | OS_API.h |
| See also: | osRead, scheduling, SIZE, system objects management, TIME, osWrite |