Class DataMonitorValueChangedArgs
监测点数据通知参数
Inheritance
System.Object
System.EventArgs
DataMonitorValueChangedArgs
Inherited Members
System.EventArgs.Empty
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 DataMonitorValueChangedArgs : EventArgs
Properties
BoxId
盒子ID
Declaration
public long BoxId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GroupName
组名(根据服务器配置,可能为空)
Declaration
public string GroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
监控点名称(根据服务器配置,可能为空)
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Status
条目状态
Declaration
public DMonStatus Status { get; set; }
Property Value
Type | Description |
---|---|
DMonStatus |
Uid
检测点条目的UID
Declaration
public long Uid { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Value
检测点条目的值
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |