init: 导入项目到 meswork Gitea
This commit is contained in:
29
DataMirrorTools_Simulator/ModelBasic/IBase/IMM.Socket.cs
Normal file
29
DataMirrorTools_Simulator/ModelBasic/IBase/IMM.Socket.cs
Normal file
@@ -0,0 +1,29 @@
|
||||
using ConLink.Enthernet;
|
||||
using ConLink;
|
||||
using System;
|
||||
using System.Net;
|
||||
using ConLink.Core.Net;
|
||||
using System.Data;
|
||||
using System.Collections.Generic;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace DTTest
|
||||
{
|
||||
public partial class E { }
|
||||
public partial interface IModelManagement
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// 连接客户端
|
||||
/// </summary>
|
||||
/// <param name="ipPortName"></param>
|
||||
NetComplexClient ClientConnection(string ipPortName)
|
||||
;
|
||||
|
||||
|
||||
void SendMsg(string msg)
|
||||
;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user