[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Exec' (#aros)

TMessage

Message from/for a MessagePort

Declaration

Source position: exec.pas line 623

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: 2017-01-10