Class BoxPosition
位置信息
Inheritance
Object
BoxPosition
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 BoxPosition
Properties
CellId
Cell Id
Declaration
public int CellId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Lac
小区信息
Declaration
public int Lac { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Mcc
国家编号
Declaration
public int Mcc { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Mnc
运营商信息
Declaration
public int Mnc { get; set; }
Property Value
Type | Description |
---|---|
Int32 |