(C) 1998 AROS - The Amiga Research OS


NAME

void SendIO (iORequest)

LOCATION
In SysBase at offset 77

SYNOPSIS
struct IORequest * iORequest

FUNCTION
Start an asynchronous I/O request by calling the device's BeginIO() vector. After sending the messages asynchronously you can wait for the message to be replied at the I/O reply port.

INPUTS
iORequest
Pointer to iorequest structure.

RESULT

EXAMPLE

SEE ALSO
OpenDevice(), CloseDevice(), DoIO(), CheckIO(), AbortIO(), WaitIO()

NOTES

BUGS

INTERNALS

HISTORY