Docs » Autodocs » exec.library » SendIO
SendIO -- initiate an I/O command
SendIO(iORequest) A1 void SendIO(struct IORequest *);
This function requests the device driver start processing the given I/O request. The device will return control without waiting for the I/O to complete. The io_Flags field of the IORequest will be set to zero before the request is sent. See BeginIO() for more details.
iORequest - pointer to an I/O request, or a device specific extended IORequest.
DoIO(), CheckIO(), WaitIO(), AbortIO()
|