Class BoxConnectionStateItem
盒子状态
Inheritance
Object
EventArgs
BoxConnectionStateItem
Inherited Members
EventArgs.Empty
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: FBoxClientDriver
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class BoxConnectionStateItem : EventArgs
Properties
AlarmCount
盒子状态
Declaration
[JsonProperty("alarmCount")]
public int AlarmCount { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
BoxNo
盒子状态
Declaration
[JsonProperty("boxNo")]
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
String |
BoxTaskState
盒子状态
Declaration
[JsonProperty("tstate")]
public BoxTaskState BoxTaskState { get; set; }
Property Value
Type | Description |
---|---|
BoxTaskState |
BoxUid
盒子状态
Declaration
[JsonProperty("id")]
public long BoxUid { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
Features
盒子状态
Declaration
[JsonProperty("feat")]
public BoxFeatures Features { get; set; }
Property Value
Type | Description |
---|---|
BoxFeatures |
NetworkType
盒子状态
Declaration
[JsonProperty("net")]
public NetworkTypes NetworkType { get; set; }
Property Value
Type | Description |
---|---|
NetworkTypes |
NewState
盒子状态
Declaration
[JsonProperty("state")]
public BoxConnectionState NewState { get; set; }
Property Value
Type | Description |
---|---|
BoxConnectionState |
OperationMode
盒子状态
Declaration
[JsonProperty("mode")]
public BoxOperationMode OperationMode { get; set; }
Property Value
Type | Description |
---|---|
BoxOperationMode |
Rssi
盒子状态
Declaration
[JsonProperty("rssi")]
public int Rssi { get; }
Property Value
Type | Description |
---|---|
Int32 |
SoftwareVersions
盒子状态
Declaration
[JsonProperty("vers")]
public IDictionary<BoxSoftwareTypes, int> SoftwareVersions { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<BoxSoftwareTypes, Int32> |
TimeZoneString
盒子状态
Declaration
[JsonProperty("tz")]
public string TimeZoneString { get; set; }
Property Value
Type | Description |
---|---|
String |