![]() |
Open Lighting Architecture
Latest Git
|
OutputBufferInterface. Output buffers allow appending arbitrary data to the end. An important property of an OutputBuffer is that it doesn't have a fixed length. You can append as much data as you want.

Public Member Functions | |
| virtual bool | Empty () const =0 |
| virtual unsigned int | Size () const =0 |
| virtual void | Write (const uint8_t *data, unsigned int length)=0 |
1.8.13