Unit 'EXEC' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

tMessage

Message from/for a MessagePort

Declaration

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;

See also

GetMsg

  

Get next message from message port

PutMsg

  

Put a message to a message port

ReplyMsg

  

Put a message to its reply port

WaitPort

  

Wait for a given port to be non-empty


Documentation generated on: 2021-07-30