MoSync 3.0.1
IX_CELLID.h File Reference

Classes

struct  MACellInfo
 Information about the current cell, including country, network and area code and the cell ID. More...

Typedefs

typedef struct MACellInfo MACellInfo
 Information about the current cell, including country, network and area code and the cell ID.

Functions

int maGetCellInfo (MACellInfo *pInfo)

Typedef Documentation

typedef struct MACellInfo MACellInfo

Information about the current cell, including country, network and area code and the cell ID.


Function Documentation

int maGetCellInfo ( MACellInfo pInfo)

Retrieves the current cellular network information. If the phone is offline or otherwise has no signal, this function will fail.

Parameters:
pInfoA pointer to a struct which will receive the information.
Returns:
0 if successful. < 0 otherwise.

References maIOCtl().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines