NIM PC Cross Platform SDK
|
SDK库辅助类,提供加载/卸载SDK库以及获取接口的方法 More...
#include <nim_sdk_util.h>
Public Member Functions | |
bool | LoadSdkDll (const char *cur_module_dir, const char *sdk_dll_file_name) |
void | UnLoadSdkDll () |
void | OnSDKInited () |
void * | GetFunction (const std::string &function_name) |
SDK库辅助类,提供加载/卸载SDK库以及获取接口的方法
|
inline |
获得指定接口
bool nim::SDKInstance::LoadSdkDll | ( | const char * | cur_module_dir, |
const char * | sdk_dll_file_name | ||
) |
加载SDK库
void nim::SDKInstance::OnSDKInited | ( | ) |
SDK 初始化完成
void nim::SDKInstance::UnLoadSdkDll | ( | ) |
卸载SDK库