Delegate OnBufferDeleted
Called whenever a PvBuffer is deleted by the pipeline. Can be used to track memory usage or structures used to follow PvBuffer pipeline management.
Namespace: eBUSDotNetReceive
Assembly: eBUSDotNetReceive.dll
Syntax
public delegate void OnBufferDeleted(PvPipeline aPipeline, PvBuffer aBuffer)
Parameters
| Type | Name | Description |
|---|---|---|
| PvPipeline | aPipeline | A pointer to the PvPipeline object. |
| PvBuffer | aBuffer | Pointer to the buffer that was just deleted. |