同上
This commit is contained in:
parent
ee413fd22f
commit
92ec19358b
29
share/Seyounth.Auto.Hs.Runtime/DeviceConnectConfig.cs
Normal file
29
share/Seyounth.Auto.Hs.Runtime/DeviceConnectConfig.cs
Normal file
@ -0,0 +1,29 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Seyounth.Auto.Hs.Runtime
|
||||
{
|
||||
/// <summary>
|
||||
/// tcp/ip 设备连接配置
|
||||
/// </summary>
|
||||
public class DeviceConnectConfig
|
||||
{
|
||||
/// <summary>
|
||||
/// 设备唯一标识
|
||||
/// </summary>
|
||||
public int Id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// IP
|
||||
/// </summary>
|
||||
public string IP { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 端口
|
||||
/// </summary>
|
||||
public int Port { get; set; }
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user