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