Class DataMonitorPointArgs
设置单个监测点开启/停止参数
Inheritance
System.Object
DataMonitorPointArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
---|---|---|
System.String | boxNo | 盒子编码 |
System.Int64 | dataMonitorUid | 监测点UID |
Properties
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataMonitorUid
监测点UID
Declaration
public long DataMonitorUid { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |