Declared in Receiver
Declaration
byte[] ReceiveBytes(
string key
);
Description
Checks the buffer, at a particular key, and returns the oldest byte array clump of data that exists on the receiver. If the key is invalid or no data is found, an empty byte array will be returned. This will also remove the data from the queue, and it will be deleted from the receiver.
Parameters
Name | Description |
---|---|
key | The key to check the data on |