Declared in Receiver
Declaration
bool ReceiveMessage(
Message msg,
string key
);
Description
Checks the buffer, at a particular key, and attempts to update a message with the data from the buffer. This will return whether the message is successfully updated. If there is no data, or the key is invalid, then the message will not be updated.
Parameters
Name | Description |
---|---|
msg | The message to update the data with |
key | The key to check the data on |