Requires: IP-Symcon >= 4.1
string GetBuffer (string $Name)
Name | The name of the buffer |
The content of the buffer |
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
//Returns the content of the "Databuffer" buffer $Bufferdata = $this->GetBuffer("DataBuffer");