Sends a packet to a handler
Source position: amigados.pas line 1792
procedure SendPkt( |
dp: PDOSPacket; |
port: PMsgPort; |
replyport: PMsgPort |
); |
dp |
|
Packet to send, must be initialized and have a message. |
port |
|
pr_MsgPort of handler process to send to. |
replyport |
|
MsgPort for the packet to come back to. |
Sends a packet to a handler and does not wait. All fields in the packet must be initialized before calling this routine. The packet will be returned to replyport. If you wish to use this with WaitPkt(), use the address of your pr_MsgPort for replyport.
|
Send a dos packet and wait for reply |
|
|
Waits for a packet to arrive at your pr_MsgPort |
|
|
Creates a dos object |
|
|
Frees an object allocated by AllocDosObject() |
|
|
Aborts an asynchronous packet, if possible. |