OEM初版
This commit is contained in:
30
FATrace.HKNetLib/Common/NVRCamera.cs
Normal file
30
FATrace.HKNetLib/Common/NVRCamera.cs
Normal file
@@ -0,0 +1,30 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace FATrace.HKNetLib.Common
|
||||
{
|
||||
/// <summary>
|
||||
/// NVR Camera 模型
|
||||
/// </summary>
|
||||
public class NVRCamera
|
||||
{
|
||||
/// <summary>
|
||||
/// 通道号
|
||||
/// </summary>
|
||||
public int ChNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否在线
|
||||
/// </summary>
|
||||
public byte IsOnline { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// IP设备ID
|
||||
/// </summary>
|
||||
public ushort IPID { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user