Concept Framework 2.2 documentation | Contents | Index |
Name | Version | Deprecated |
GetAPMessage | version 1.0 | no |
number GetAPMessage(var number SenderAPID, var number nMSG_ID, var string szData) |
SenderAPID | [out] the APID of the sender of the message |
nMSG_ID | [out] the number part of a message |
szData | [out] the string part of the message |
Waits for an inter-application message, and gets its content. For sending messages, check SendAPMessage. You can check if there is a message waiting to be read, using PeekAPMessage to avoid a blocking call. Also get_message will intercept application messages, besides remote client messages. |
Documented by Eduard Suica, generation time: Sun Jan 27 18:15:18 2013 GMT | (c)2013 Devronium Applications |