The ExportEventHandler class is the base class for user-defined ExportEvent handlers.
More...
|
virtual void | Dispose () |
|
delegate void | ExportEventHandlerDelegate_0 (IntPtr in_event) |
|
virtual void | Handle (HPS.Stream.ExportEvent in_event) |
| The handler function for Stream ExportEvents. Override this function to process the ExportEvent to suit your needs. This function is called synchronously as data is exported by Stream; Stream export will be paused until this function returns. More...
|
|
|
virtual void | deleteCptr () |
|
|
bool | cMemOwn |
|
HandleRef | cptr |
|
HandleRef | scptr |
|
The ExportEventHandler class is the base class for user-defined ExportEvent handlers.
The handler function for Stream ExportEvents. Override this function to process the ExportEvent to suit your needs. This function is called synchronously as data is exported by Stream; Stream export will be paused until this function returns.
- Parameters
-
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.Stream.cs