#include <windows.h>
Go to the source code of this file.
Data Structures | |
| struct | RILCELLTOWERINFO |
| Struct RILCELLTOWERINFO. More... | |
Defines | |
| #define | MAXLENGTH_BCCH 48 |
| Maximum length of the broadcast control channel. | |
| #define | MAXLENGTH_NMR 16 |
| Maximum length of the non membership report. | |
Typedefs | |
| typedef void(* | t_cellinfocb )(const RILCELLTOWERINFO *aCellInfo) |
| Type for a callback function returning cell information. | |
Functions | |
| HRESULT | cellinfo_init (t_cellinfocb aCb) |
| Initializes the cellinfo module. | |
| HRESULT | cellinfo_uninit () |
| Uninitializes the cellinfo module. | |
| HRESULT | cellinfo_query () |
| Makes a cell tower info query. | |
1.5.6