Name | |
---|---|
int | mama_open() |
int | mama_openWithProperties(string path, string filename) |
int | mama_setProperty(string name, string value) |
IntPtr | mama_getProperty(string name) |
void | mama_loadDefaultProperties() |
IntPtr | mama_getPropertiesAsString() |
void | mama_freeAllocatedBuffer(IntPtr buffer) |
IntPtr | mama_getVersion(IntPtr bridgeImpl) |
int | mama_close() |
int | mama_start(IntPtr bridgeImpl) |
int | mama_startAll(bool isBlocking) |
int | mama_startBackground(IntPtr bridgeImpl, StartBackgroundCallbackForwarder.StartBackgroundCompleteDelegate callback) |
int | mama_stop(IntPtr bridgeImpl) |
int | mama_stopAll() |
int | mama_enableLogging(IntPtr f, int level) |
int | mama_logToFile(string fileName, int level) |
int | mama_disableLogging() |
void | mama_logDestroy() |
int | mama_setLogLevel(int level) |
int | mama_getLogLevel() |
int | mama_setLogSize(ulong size) |
int | mama_setNumLogFiles(int numFiles) |
int | mama_setLogFilePolicy(int policy) |
int | mama_setAppendToLogFile(int append) |
int | mama_loggingToFile() |
int | mama_setLogSizeCb(LogSizeCallbackDelegate callback) |
void | mama_log2(int level, string txt) |
void | mama_logDefault2(int level, string txt) |
void | mama_setWrapperGetVersion(wrapperGetVersion getVer) |
int | mama_getDefaultEventQueue(IntPtr bridgeImpl, ref IntPtr queuePtr) |
int | mama_setLogCallback2(LogFileCallbackDelegate callback) |
int mama_open()
int mama_openWithProperties(
string path,
string filename
)
int mama_setProperty(
string name,
string value
)
IntPtr mama_getProperty(
string name
)
void mama_loadDefaultProperties()
IntPtr mama_getPropertiesAsString()
void mama_freeAllocatedBuffer(
IntPtr buffer
)
IntPtr mama_getVersion(
IntPtr bridgeImpl
)
int mama_close()
int mama_start(
IntPtr bridgeImpl
)
int mama_startAll(
bool isBlocking
)
int mama_startBackground(
IntPtr bridgeImpl,
StartBackgroundCallbackForwarder.StartBackgroundCompleteDelegate callback
)
int mama_stop(
IntPtr bridgeImpl
)
int mama_stopAll()
int mama_enableLogging(
IntPtr f,
int level
)
int mama_logToFile(
string fileName,
int level
)
int mama_disableLogging()
void mama_logDestroy()
int mama_setLogLevel(
int level
)
int mama_getLogLevel()
int mama_setLogSize(
ulong size
)
int mama_setNumLogFiles(
int numFiles
)
int mama_setLogFilePolicy(
int policy
)
int mama_setAppendToLogFile(
int append
)
int mama_loggingToFile()
int mama_setLogSizeCb(
LogSizeCallbackDelegate callback
)
void mama_log2(
int level,
string txt
)
void mama_logDefault2(
int level,
string txt
)
void mama_setWrapperGetVersion(
wrapperGetVersion getVer
)
int mama_getDefaultEventQueue(
IntPtr bridgeImpl,
ref IntPtr queuePtr
)
int mama_setLogCallback2(
LogFileCallbackDelegate callback
)
Updated on 2023-03-31 at 15:29:32 +0100