Documentation
GetBufferList
Require: IP-Symcon >= 5.0
array GetBufferList ()
Returns
List of names of all buffers
Description
This function returns an array with the names of all buffers.
Example
//Returns the array of buffer names
$BufferList = $this->GetBufferList();