Top |
const gchar * | mm_cell_info_cdma_get_nid () |
const gchar * | mm_cell_info_cdma_get_sid () |
const gchar * | mm_cell_info_cdma_get_base_station_id () |
const gchar * | mm_cell_info_cdma_get_ref_pn () |
guint | mm_cell_info_cdma_get_pilot_strength () |
The MMCellInfoCdma is an object used to report CDMA cell information.
The object inherits from the generic MMCellInfo.
const gchar *
mm_cell_info_cdma_get_nid (MMCellInfoCdma *self
);
Get the CDMA network id.
Encoded in upper-case hexadecimal format without leading zeros.
Since: 1.20
const gchar *
mm_cell_info_cdma_get_sid (MMCellInfoCdma *self
);
Get the CDMA system id.
Encoded in upper-case hexadecimal format without leading zeros.
Since: 1.20
const gchar *
mm_cell_info_cdma_get_base_station_id (MMCellInfoCdma *self
);
Get the CDMA base station id.
Encoded in upper-case hexadecimal format without leading zeros.
Since: 1.20
const gchar *
mm_cell_info_cdma_get_ref_pn (MMCellInfoCdma *self
);
Get the CDMA base station PN number.
Encoded in upper-case hexadecimal format without leading zeros.
Since: 1.20
guint
mm_cell_info_cdma_get_pilot_strength (MMCellInfoCdma *self
);
Get the signal strength of the pilot.
Given in the same format and scale as the GSM SINR level.
Since: 1.20
struct MMCellInfoCdma;
The MMCellInfoCdma structure contains private data and should only be accessed using the provided API.