Class DataMonitorPointArgs
设置单个监测点开启/停止参数
Inheritance
Object
DataMonitorPointArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: FBoxClientDriver.Contract
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class DataMonitorPointArgs
Constructors
DataMonitorPointArgs()
无参构造函数
Declaration
public DataMonitorPointArgs()
DataMonitorPointArgs(String, Int64)
设置单个监测点开启/停止参数
Declaration
public DataMonitorPointArgs(string boxNo, long dataMonitorUid)
Parameters
Type | Name | Description |
---|---|---|
String | boxNo | 盒子编码 |
Int64 | dataMonitorUid | 监测点UID |
Properties
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
String |
DataMonitorUid
监测点UID
Declaration
public long DataMonitorUid { get; set; }
Property Value
Type | Description |
---|---|
Int64 |