组件移除,改为nuget安装模式,新增一个同步网络测试项目,可快速测试数据通信,v1.7.0
This commit is contained in:
16
HslCommunicationNetTestTool/ClassNetSettings.cs
Normal file
16
HslCommunicationNetTestTool/ClassNetSettings.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace HslCommunicationNetTestTool
|
||||
{
|
||||
public class ClassNetSettings
|
||||
{
|
||||
public string Guid { get; set; }
|
||||
public string IpAddress { get; set; }
|
||||
public string IpPort { get; set; }
|
||||
public string Token { get; set; }
|
||||
public string TimeOut { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user