INIT循环发送

This commit is contained in:
高国正 2023-02-27 15:21:01 +08:00
parent 6033ed5252
commit 97056b4d07
10 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -130,9 +130,9 @@ namespace NengLiang
//ushort b = (ushort)Convert.ToInt16(a, 16); //ushort b = (ushort)Convert.ToInt16(a, 16);
//byte g = (byte)(b / 256);//0x33 //byte g = (byte)(b / 256);//0x33
//byte d = (byte)(b % 256);//0x2A //byte d = (byte)(b % 256);//0x2A
Console.ReadKey(); //Console.ReadKey();
while (false) while (true)
{ {
if (OnLineDic.Count == 0) continue; if (OnLineDic.Count == 0) continue;
Thread.Sleep(1000 * loopTime); Thread.Sleep(1000 * loopTime);