Aborts an asynchronous packet, if possible.
Source position: amigados.pas line 1805
procedure AbortPkt( |
port: PMsgPort; |
pkt: PDOSPacket |
); |
port |
|
The message port to where the packet was sent. |
pkt |
|
The packet to be aborted. |
This function does currently nothing. You can use WaitForChar() to poll for characters from an interactive handler.
The planned purpose of this function is: Tries to abort an asynchronous packet. There is no guarantee that this succeeds. You must wait with WaitPkt() for the packet to return before you can reuse or deallocate it.