From 51027e85bda6ef93f5ecfbeb6117d0084b39f242 Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期三, 07 八月 2024 10:39:34 +0800 Subject: [PATCH] 服务器选择提示 --- HDL_ON/Entity/DB_ResidenceData.cs | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Entity/DB_ResidenceData.cs b/HDL_ON/Entity/DB_ResidenceData.cs index 3fe97ad..219fe33 100644 --- a/HDL_ON/Entity/DB_ResidenceData.cs +++ b/HDL_ON/Entity/DB_ResidenceData.cs @@ -79,6 +79,7 @@ ShowFunction.SecurityMonitoring, ShowFunction.VideoDoorLock, ShowFunction.Series, + ShowFunction.Aks, }; } return dddd; @@ -512,5 +513,17 @@ /// </summary> public bool CheckGPS_IsFirst = true; + /// <summary> + /// 鍙瀵硅杩炴帴鏂瑰紡 + /// TCP/UDP + /// </summary> + public LinphoneConnectType linphoneConnectType = LinphoneConnectType.UDP; + + } + + public enum LinphoneConnectType + { + UDP, + TCP, } } -- Gitblit v1.8.0