NEMeeting SDK
Public 成员函数 | 所有成员列表
nem_sdk_interface::NEMAppInfo类 参考

应用信息 更多...

#include <sdk_init_config.h>

类 nem_sdk_interface::NEMAppInfo 继承关系图:
Inheritance graph
[图例]
nem_sdk_interface::NEMAppInfo 的协作图:
Collaboration graph
[图例]

Public 成员函数

 NEMAppInfo ()
 构造函数 更多...
 
std::string SDKPath () const
 获取SDK路径 更多...
 
void SDKPath (const std::string &path)
 设置SDK路径 更多...
 
std::string OrganizationName () const
 获取组织名称 更多...
 
void OrganizationName (const std::string &organization_name)
 设置组织名称 更多...
 
std::string ApplicationName () const
 获取应用名称 更多...
 
void ApplicationName (const std::string &application_name)
 设置应用名称 更多...
 
std::string ProductName () const
 获取产品名称 更多...
 
void ProductName (const std::string &product_name)
 设置产品名称 更多...
 
- Public 成员函数 继承自 nem_sdk_interface::NEObject
 NEObject ()
 构造函数 更多...
 
virtual ~NEObject ()
 析构函数 更多...
 

详细描述

应用信息

在文件 sdk_init_config.h20 行定义.

构造及析构函数说明

◆ NEMAppInfo()

nem_sdk_interface::NEMAppInfo::NEMAppInfo ( )
inline

构造函数

在文件 sdk_init_config.h26 行定义.

成员函数说明

◆ ApplicationName() [1/2]

std::string nem_sdk_interface::NEMAppInfo::ApplicationName ( ) const
inline

获取应用名称

返回
std::string

在文件 sdk_init_config.h67 行定义.

◆ ApplicationName() [2/2]

void nem_sdk_interface::NEMAppInfo::ApplicationName ( const std::string &  application_name)
inline

设置应用名称

参数
application_name应用名称
返回
void

在文件 sdk_init_config.h76 行定义.

◆ OrganizationName() [1/2]

std::string nem_sdk_interface::NEMAppInfo::OrganizationName ( ) const
inline

获取组织名称

返回
std::string

在文件 sdk_init_config.h50 行定义.

◆ OrganizationName() [2/2]

void nem_sdk_interface::NEMAppInfo::OrganizationName ( const std::string &  organization_name)
inline

设置组织名称

参数
organization_name组织名称
返回
void

在文件 sdk_init_config.h59 行定义.

◆ ProductName() [1/2]

std::string nem_sdk_interface::NEMAppInfo::ProductName ( ) const
inline

获取产品名称

返回
std::string

在文件 sdk_init_config.h84 行定义.

◆ ProductName() [2/2]

void nem_sdk_interface::NEMAppInfo::ProductName ( const std::string &  product_name)
inline

设置产品名称

参数
product_name产品名称
返回
void

在文件 sdk_init_config.h93 行定义.

◆ SDKPath() [1/2]

std::string nem_sdk_interface::NEMAppInfo::SDKPath ( ) const
inline

获取SDK路径

返回
std::string

在文件 sdk_init_config.h33 行定义.

◆ SDKPath() [2/2]

void nem_sdk_interface::NEMAppInfo::SDKPath ( const std::string &  path)
inline

设置SDK路径

参数
pathSDK路径
返回
void

在文件 sdk_init_config.h42 行定义.


该类的文档由以下文件生成: