在 AiVideo 中能看到图像
增加了在线状态同步逻辑
This commit is contained in:
11
SHH.CameraDashboard/Services/Payloads/IProtocolProcessor.cs
Normal file
11
SHH.CameraDashboard/Services/Payloads/IProtocolProcessor.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace SHH.CameraDashboard
|
||||
{
|
||||
public interface IProtocolProcessor
|
||||
{
|
||||
// 匹配 Key(0) 的 Protocol 字符串
|
||||
string ProtocolType { get; }
|
||||
|
||||
// 执行具体的解析与业务逻辑
|
||||
void Process(byte[] identity, byte[] payloadBytes);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user