[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Exec' (#aros)

TIOStdReq

Declaration

Source position: exec.pas line 959

type TIOStdReq = record

  io_Message: TMessage;

  

Message structure

  io_Device: PDevice;

  

Pointer to device to use

  io_Unit: PUnit;

  

Pointer to unit, depend on the device

  io_Command: Word;

  

Command to sent to device

  io_Flags: Byte;

  

Flags for device, depend on device.

  io_Error: ShortInt;

  

Error of device, depend on device

  io_Actual: ULONG;

  

Number of bytes sent to device

  io_Length: ULONG;

  

Number of bytes transfered.

  io_Data: APTR;

  

Pointer to data buffer

  io_Offset: ULONG;

  

Offset for block structured devices

end;


Documentation generated on: 2017-01-10