Classes Files

Wombat::MamaIo::NativeMethods

Public Functions

  Name
int mamaIo_create(ref IntPtr result, IntPtr queue, uint descriptor, MamaIoDelegate action, int ioType, IntPtr closure)
int mamaIo_getDescriptor(IntPtr io, ref uint descriptor)
int mamaIo_destroy(IntPtr io)

Public Functions Documentation

function mamaIo_create

int mamaIo_create(
    ref IntPtr result,
    IntPtr queue,
    uint descriptor,
    MamaIoDelegate action,
    int ioType,
    IntPtr closure
)

function mamaIo_getDescriptor

int mamaIo_getDescriptor(
    IntPtr io,
    ref uint descriptor
)

function mamaIo_destroy

int mamaIo_destroy(
    IntPtr io
)

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