NIM PC Cross Platform SDK
nim::SDKInstance Class Reference

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)
 

Detailed Description

SDK库辅助类,提供加载/卸载SDK库以及获取接口的方法

Member Function Documentation

◆ GetFunction()

void * nim::SDKInstance::GetFunction ( const std::string &  function_name)
inline

获得指定接口

◆ LoadSdkDll()

bool nim::SDKInstance::LoadSdkDll ( const char *  cur_module_dir,
const char *  sdk_dll_file_name 
)

加载SDK库

◆ OnSDKInited()

void nim::SDKInstance::OnSDKInited ( )

SDK 初始化完成

◆ UnLoadSdkDll()

void nim::SDKInstance::UnLoadSdkDll ( )

卸载SDK库


The documentation for this class was generated from the following files: