Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!PAVEPAWS.BERKELEY.EDU!dillon From: dillon@PAVEPAWS.BERKELEY.EDU (Matt Dillon) Newsgroups: net.micro.amiga Subject: Q on AbortIO() Message-ID: <8605232153.AA01439@pavepaws> Date: Fri, 23-May-86 17:53:07 EDT Article-I.D.: pavepaws.8605232153.AA01439 Posted: Fri May 23 17:53:07 1986 Date-Received: Sun, 25-May-86 14:01:38 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: University of California at Berkeley Lines: 24 Ok, AbortIO() Fails when the request has already completed. My question is, when I call AbortIO() and it fails, will it still remove the request from the reply port? or do I still have to WaitIO() ?????? Next questions: If I call the sequence: AbortIO(); WaitIO(); Will WaitIO() do the right thing when AbortIO() WORKS (e.g. actually aborts the IO) Serial Driver: When AbortIO()ing read requests, is it possible to loose characters? That is, if I abort a read request and it has already read 5 characters, will io_Actual be 5 (so I can still get at what was read before the abort)? Or will it throw the chars away. -Matt