Message from/for a MessagePort
Source position: exec.pas line 790
type tMessage = record |
||
mn_Node: tNode; |
|
Node for linking of different messages. |
mn_ReplyPort: pMsgPort; |
|
Message port for the reply message using ReplyMsg. |
mn_Length: Word; |
|
Length ob message in bytes |
end; |
|
Get next message from message port |
|
|
Put a message to a message port |
|
|
Put a message to its reply port |
|
|
Wait for a given port to be non-empty |