This API is available on Firefox OS for internal applications 仅。

MozMobileCellInfo interface allow to access to cell location information.

Interface overview

interface MozMobileCellInfo
{
  readonly attribute unsigned long gsmCellId;
  readonly attribute unsigned short gsmLocationAreaCode;
};
					

特性

MozMobileCellInfo.gsmCellId 只读
A number representing the mobile Cell ID for the current GSM / WCDMA networks.
MozMobileCellInfo.gsmLocationAreaCode 只读
A number representing the mobile Location Area Code (LAC) for the current GSM / WCDMA networks.

方法

None.

规范

Not part of any specification

另请参阅

元数据

  • 最后修改: