Class BoxConnectionStateItem
盒子状态
Inheritance
System.Object
System.EventArgs
BoxConnectionStateItem
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
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class BoxConnectionStateItem : EventArgs
Properties
AlarmCount
Declaration
[JsonProperty("alarmCount")]
public int AlarmCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
BoxNo
Declaration
[JsonProperty("boxNo")]
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.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 |
---|---|
System.Int32 |
SoftwareVersions
Declaration
[JsonProperty("vers")]
public IDictionary<BoxSoftwareTypes, int> SoftwareVersions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<BoxSoftwareTypes, System.Int32> |
TimeZoneString
Declaration
[JsonProperty("tz")]
public string TimeZoneString { get; set; }
Property Value
Type | Description |
---|---|
System.String |