From da9905ebb2794d276f37d798f1624c8c59dc074e Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期一, 20 七月 2020 17:37:24 +0800 Subject: [PATCH] 2020-07-20-2 --- ZigbeeApp/Shared/Phone/Device/VideoIntercom/VideoMachine.cs | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/VideoIntercom/VideoMachine.cs b/ZigbeeApp/Shared/Phone/Device/VideoIntercom/VideoMachine.cs index f3487e6..69299ed 100644 --- a/ZigbeeApp/Shared/Phone/Device/VideoIntercom/VideoMachine.cs +++ b/ZigbeeApp/Shared/Phone/Device/VideoIntercom/VideoMachine.cs @@ -112,7 +112,11 @@ } } - public async static void Video(FrameLayout topFrameLayout) + /// <summary> + /// 鍒ゆ柇璐﹀彿鏄惁鏀寔鍙瀵硅 + /// </summary> + /// <param name="topFrameLayout">鍙瀵硅鍥炬爣鐨勭埗鎺т欢</param> + public async static void AccountSupportVideo(FrameLayout topFrameLayout) { var jobject = new JObject(); jobject.Add("RequestVersion", CommonPage.RequestVersion); @@ -162,10 +166,10 @@ } catch { } } - - - } + /// <summary> + /// 鑾峰彇鍙瀵硅鍒楄〃 + /// </summary> static async System.Threading.Tasks.Task<List<VideoCalss>> GetVideoInfoList(CloudsVideo clouds) { List<VideoCalss> eSVideoInfosList = new List<VideoCalss>(); -- Gitblit v1.8.0