Class Box
盒子信息
Inheritance
System.Object
Box
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 Box
Properties
Alias
盒子名称
Declaration
public string Alias { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ApiBaseUrl
Declaration
[JsonProperty("apiBaseUrl")]
public string ApiBaseUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BoxNo
盒子编号
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BoxType
盒子类型
Declaration
public BoxTypes BoxType { get; set; }
Property Value
Type | Description |
---|---|
BoxTypes |
ConnectionState
盒子状态
Declaration
public BoxConnectionState ConnectionState { get; set; }
Property Value
Type | Description |
---|---|
BoxConnectionState |
Disabled
Declaration
[JsonProperty("disabled")]
public bool Disabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NetworkType
当前网络类型
Declaration
[JsonProperty("net")]
public NetworkTypes NetworkType { get; set; }
Property Value
Type | Description |
---|---|
NetworkTypes |
Owned
Declaration
public bool Owned { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SignalrUrl
Declaration
[JsonProperty("signalrUrl")]
public string SignalrUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |