Reset
Function Usage
Ends the events being processed by the TbufPool resource pool when switching to another pool. After this API is called, the current resource pool and its allocated buffers still exist, but the buffer contents may be rewritten. You can switch back to the resource pool later and resume using the buffers without allocating them again.
Prototype
1 | __aicore__ inline void Reset() |
Availability
Precautions
None
Returns
None
Example
See InitBufPool.
Parent topic: TBufPool