NEMeetingKit V4.8.0
载入中...
搜索中...
未找到
NEMAppInfo类 参考

应用信息 更多...

#include <kit_define_meeting_sdk.h>

类 NEMAppInfo 继承关系图:
NEObject

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 成员函数 继承自 NEObject
 NEObject ()=default
 构造函数
 
virtual ~NEObject ()=default
 析构函数
 

详细描述

应用信息

构造及析构函数说明

◆ NEMAppInfo()

NEMAppInfo::NEMAppInfo ( )
inline

构造函数

成员函数说明

◆ ApplicationName() [1/2]

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

获取应用名称

返回
std::string

◆ ApplicationName() [2/2]

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

设置应用名称

参数
application_name应用名称
返回
void

◆ OrganizationName() [1/2]

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

获取组织名称

返回
std::string

◆ OrganizationName() [2/2]

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

设置组织名称

参数
organization_name组织名称
返回
void

◆ ProductName() [1/2]

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

获取产品名称

返回
std::string

◆ ProductName() [2/2]

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

设置产品名称

参数
product_name产品名称
返回
void

◆ SDKPath() [1/2]

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

获取SDK路径

返回
std::string

◆ SDKPath() [2/2]

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

设置SDK路径

参数
pathSDK路径
返回
void

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