NetMQ 协议,支持摄像头增、删、改
This commit is contained in:
13
SHH.CameraSdk/Core/SdkGlobal.cs
Normal file
13
SHH.CameraSdk/Core/SdkGlobal.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace SHH.CameraSdk
|
||||
{
|
||||
/// <summary>
|
||||
/// SDk 全局
|
||||
/// </summary>
|
||||
public class SdkGlobal
|
||||
{
|
||||
/// <summary>
|
||||
/// 是否保存摄像头配置
|
||||
/// </summary>
|
||||
public static bool SaveCameraConfigEnable { get; set; } = false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user