cohtml.Net.IDataStorageResponse

Response that the application should use when the data storage has been read.

Inherits from SystemIDisposable

Public Types

Name
enum classStatus { Success, Failure}

Public Functions

Name
virtual voidDispose()
virtual global.System.IntPtrGetSpace(ulong size)
Allocates space where to put the data read.
virtual voidFinish(IDataStorageResponse.Status status)
Call when the data has been read or the read failed.

Protected Attributes

Name
boolswigCMemOwn

Public Types Documentation

enum Status

EnumeratorValueDescription
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;