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) |
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
)
Updated on 2023-03-31 at 15:29:32 +0100