Documentation
GetBuffer
Require: IP-Symcon >= 4.1
string GetBuffer (string $Name)
Parameters
Name | The name of the buffer |
Returns
The content of the buffer
Description
This function returns the content of the buffer with the name Name. If the buffer is empty, an empty string is returned.
The content of the buffer is only available as long as IP-Symcon is running. After a restart all information disappears
Example
//Returns the content of the "Databuffer" buffer
$Bufferdata = $this->GetBuffer("DataBuffer");