INIT循环发送
This commit is contained in:
parent
6033ed5252
commit
97056b4d07
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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);
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue