Classes Files

Wombat::MamaTimer::NativeMethods

Public Functions

  Name
int mamaTimer_create2(ref IntPtr result, IntPtr queue, MamaTimer.OnTimerTickDelegate tickCallback, MamaTimer.OnTimerTickDelegate destroyCallback, double interval, IntPtr closure)
int mamaTimer_destroy(IntPtr timer)
int mamaTimer_reset(IntPtr timer)
int mamaTimer_setInterval(IntPtr timer, double interval)
int mamaTimer_getInterval(IntPtr timer, ref double interval)

Public Functions Documentation

function mamaTimer_create2

int mamaTimer_create2(
    ref IntPtr result,
    IntPtr queue,
    MamaTimer.OnTimerTickDelegate tickCallback,
    MamaTimer.OnTimerTickDelegate destroyCallback,
    double interval,
    IntPtr closure
)

function mamaTimer_destroy

int mamaTimer_destroy(
    IntPtr timer
)

function mamaTimer_reset

int mamaTimer_reset(
    IntPtr timer
)

function mamaTimer_setInterval

int mamaTimer_setInterval(
    IntPtr timer,
    double interval
)

function mamaTimer_getInterval

int mamaTimer_getInterval(
    IntPtr timer,
    ref double interval
)

Updated on 2023-03-31 at 15:29:33 +0100