From 1682e6f97774455726d63a856b9b5f724ce3263f Mon Sep 17 00:00:00 2001 From: tangxu <76880903@qq.com> Date: 星期一, 24 十月 2022 21:34:37 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/IStation/Service.V4.1 --- Socket/IStation.DataDockingSocket4NT/helper/HandleDataHelper.cs | 22 +++------------------- 1 files changed, 3 insertions(+), 19 deletions(-) diff --git a/Socket/IStation.DataDockingSocket4NT/helper/HandleDataHelper.cs b/Socket/IStation.DataDockingSocket4NT/helper/HandleDataHelper.cs index 3cb477e..712412f 100644 --- a/Socket/IStation.DataDockingSocket4NT/helper/HandleDataHelper.cs +++ b/Socket/IStation.DataDockingSocket4NT/helper/HandleDataHelper.cs @@ -37,29 +37,13 @@ } - /// <summary> - /// 鑾峰彇鏌ヨ鎸囦护(寮�鏈�) - /// </summary> - /// <returns></returns> - public static byte[] GetControlMsg寮�鏈�() - { - return new byte[] { 0x01, 0x06, 0x00, 0x0F, 0x00, 0x01, 0x78, 0x09 }; - } - /// <summary> - /// 鑾峰彇鏌ヨ鎸囦护(鍏虫満) - /// </summary> - /// <returns></returns> - public static byte[] GetControlMsg鍏虫満() - { - return new byte[] { 0x01, 0x06, 0x00, 0x10, 0x00, 0x01, 0x49, 0xCF }; - } /// <summary> /// 鑾峰彇鎺у埗鎸囦护(璋冮) /// </summary> /// <returns></returns> - public static byte[] GetControlMsg璋冮(double frequece) + public byte[] GetControlMsg璋冮(double frequece) { var iFrequece = (int)(frequece * 10); @@ -74,7 +58,7 @@ /// 鑾峰彇鏌ヨ鎸囦护(鐩戞帶鍊�) /// </summary> /// <returns></returns> - public static byte[] GetMonitorMsg鐩戞帶鍊�() + public byte[] GetMonitorMsg鐩戞帶鍊�() { return new byte[] { 0x01, 0x03, 0x00, 0x19, 0x00, 0x19, 0x55, 0xC7 }; } @@ -85,7 +69,7 @@ /// 鑾峰彇鏌ヨ鎸囦护(鐘舵�佸��) /// </summary> /// <returns></returns> - public static byte[] GetMonitorMsg鐘舵�佸��() + public static byte[] GetMonitorMsg鐘舵�佸��() { return new byte[] { 0x01, 0x03, 0x00, 0x19, 0x00, 0x23, 0xD5, 0xD4 }; } -- Gitblit v1.9.3