mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-20 16:26:34 +08:00
忘记改啥了*1
This commit is contained in:
20
Library/Network/Mqtt/MqttServer.cs
Normal file
20
Library/Network/Mqtt/MqttServer.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Serein.Library.Network.Mqtt
|
||||
{
|
||||
internal interface IMqttServer
|
||||
{
|
||||
void Staer();
|
||||
|
||||
void Stop();
|
||||
|
||||
void HandleMsg(string msg);
|
||||
|
||||
void AddHandleConfig();
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user