基于h323协议的软phone

源代码在线查看: netspeed.c

软件大小: 3592 K
上传用户: jxyw163
关键词: phone h323 协议
下载地址: 免注册下载 普通下载 VIP

相关代码

				#include "configuration.h"
				
				unsigned char h323ParamInit = 0;
				
				extern struct s_config phoneconfig;
				
				unsigned char getNetSpeed()
				{
					if (h323ParamInit == 0)
						return 0;	/* Auto mode */
					else
						return phoneconfig.conf_network.netspeed;
				}
				
				
							

相关资源