cohtml::IDataStorageResponse
Response that the application should use when the data storage has been read.
#include <DataStorage.h>
Public Types
Section titled “Public Types”| Name | |
|---|---|
| enum | Status { Success, Failure} |
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| IDataStorageResponse() | |
| virtual | ~IDataStorageResponse() |
| virtual void * | GetSpace(unsigned long long size) =0 Allocates space where to put the data read. |
| virtual void | Finish(Status status) =0 Call when the data has been read or the read failed. |
Public Types Documentation
Section titled “Public Types Documentation”enum Status
Section titled “enum Status”| Enumerator | Value | Description |
|---|---|---|
| Success | ||
| Failure |
Public Functions Documentation
Section titled “Public Functions Documentation”function IDataStorageResponse
Section titled “function IDataStorageResponse”IDataStorageResponse()function ~IDataStorageResponse
Section titled “function ~IDataStorageResponse”virtual ~IDataStorageResponse()function GetSpace
Section titled “function GetSpace”virtual void * GetSpace( unsigned long long size) =0Allocates space where to put the data read.
function Finish
Section titled “function Finish”virtual void Finish( Status status) =0Call when the data has been read or the read failed.
© 2026 Coherent Labs. All rights reserved.