TIORequest type
Declaration:
struct TIORequest
{
  TIME Timeout;
  SIZE NumberOfBytesTransfered;
};
Fields:
Timeout

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.

NumberOfBytesTransfered

The total number of bytes successfully transferred during the I/O operation.

Description:

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
SpaceShadow documentation