Class Box
盒子信息
Inheritance
Object
Box
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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 |
---|---|
String |
ApiBaseUrl
盒子信息
Declaration
[JsonProperty("apiBaseUrl")]
public string ApiBaseUrl { get; set; }
Property Value
Type | Description |
---|---|
String |
BoxNo
盒子编号
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|
Boolean |
SignalrUrl
盒子信息
Declaration
[JsonProperty("signalrUrl")]
public string SignalrUrl { get; set; }
Property Value
Type | Description |
---|---|
String |