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