在 AiVideo 中能看到图像
增加了在线状态同步逻辑
This commit is contained in:
13
SHH.Contracts/Commands/ProtocolHeaders.cs
Normal file
13
SHH.Contracts/Commands/ProtocolHeaders.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace SHH.Contracts
|
||||
{
|
||||
public static class ProtocolHeaders
|
||||
{
|
||||
// 核心协议头定义
|
||||
public const string ServerRegister = "SERVER_REGISTER";
|
||||
public const string StatusBatch = "STATUS_BATCH";
|
||||
public const string Command = "COMMAND";
|
||||
public const string CommandResult = "COMMAND_RESULT";
|
||||
|
||||
public const string SyncCamera = "Sync_Camera";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user