Commit f5c3f959 几米阳光

1

1 个父辈 af18ab88
...@@ -11,9 +11,7 @@ namespace URSoldering.DeviceLibrary ...@@ -11,9 +11,7 @@ namespace URSoldering.DeviceLibrary
{ {
private static URTcpClient listenClient = null; private static URTcpClient listenClient = null;
public static void StartListen() public static void StartListen()
{ {
byte[] intBuff = BitConverter.GetBytes(403.36);
LogUtil.info(ByteToStr(intBuff));
listenClient = new URTcpClient(); listenClient = new URTcpClient();
listenClient.DefaultDataLength = 1024; listenClient.DefaultDataLength = 1024;
listenClient.ReviceSleepMS = 5; listenClient.ReviceSleepMS = 5;
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!