Declared in Receiver

Declaration

string ReceiveString(
    string key
);

Description

Checks the buffer, at a particular key, and returns the oldest string clump of data that exists on the receiver. If the key is invalid or no data is found, an empty string will be returned. This will also remove the data from the queue, and it will be deleted from the receiver.

Parameters

NameDescription
keyThe key to check the data on