cohtml.Net.IDataStorageResponse
Response that the application should use when the data storage has been read.
Inherits from SystemIDisposable
Public Types
Section titled “Public Types”| Name | |
|---|---|
| enum class | Status { Success, Failure} |
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| virtual void | Dispose() |
| virtual global.System.IntPtr | GetSpace(ulong size) Allocates space where to put the data read. |
| virtual void | Finish(IDataStorageResponse.Status status) Call when the data has been read or the read failed. |
Protected Attributes
Section titled “Protected Attributes”| Name | |
|---|---|
| bool | swigCMemOwn |
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 Dispose
Section titled “function Dispose”virtual void Dispose()function GetSpace
Section titled “function GetSpace”virtual global.System.IntPtr GetSpace( ulong size)Allocates space where to put the data read.
function Finish
Section titled “function Finish”virtual void Finish( IDataStorageResponse.Status status)Call when the data has been read or the read failed.
Protected Attributes Documentation
Section titled “Protected Attributes Documentation”variable swigCMemOwn
Section titled “variable swigCMemOwn”bool swigCMemOwn;© 2026 Coherent Labs. All rights reserved.