CTelephony::TNetworkInfoV2 Class Reference

class CTelephony::TNetworkInfoV2 : public CTelephony::TEtelISVType

Defines information related to a mobile phone network. TNetworkInfoV2 differs from Version 1 ( TNetworkInfoV1 ) in that the length of iShortName and iLongName are 10 and 20 respectively (rather than 8 and 16).

TNetworkInfoV2 should be used in preference to TNetworkInfoV1 . The short and long network names provided in this V2 class are of the length supplied by the platform. The V1 class's names will be truncated if the platform provides names longer than its limits.

Inherits from

Constructor & Destructor Documentation

TNetworkInfoV2()

IMPORT_C TNetworkInfoV2 ( )

Default constructor.

Member Data Documentation

TNetworkAccess iAccess

TNetworkAccess iAccess

On GSM/WCDMA networks, the type of network access.

TBool iAreaKnown

TBool iAreaKnown

On GSM/WCDMA networks, boolean indicating whether the location area is known.

TNetworkBandInfo iBandInfo

TNetworkBandInfo iBandInfo

On CDMA networks, the band and band class of the CDMA network operator.

TBuf< KNetworkIdentitySize > iCdmaSID

TBuf < KNetworkIdentitySize > iCdmaSID

On CDMA networks, the system identity (SID) of the CDMA or AMPS network.

TUint iCellId

TUint iCellId

On GSM/WCDMA networks, the cell identity code. Only valid when iAreaKnown is true.

TBuf< KNetworkCountryCodeSize > iCountryCode

TBuf < KNetworkCountryCodeSize > iCountryCode

The MCC of the network.

TBuf< KNetworkDisplayTagSize > iDisplayTag

TBuf < KNetworkDisplayTagSize > iDisplayTag

The alpha-tag displayed when this is the serving network.

TUint iLocationAreaCode

TUint iLocationAreaCode

On GSM/WCDMA networks, the location area code. Only valid when iAreaKnown is true.

TBuf< KNetworkLongNameSizeV2 > iLongName

TBuf < KNetworkLongNameSizeV2 > iLongName

On GSM/WCDMA networks, the long name (up to 20 characters) of the network operator.

TNetworkMode iMode

TNetworkMode iMode

Mode of the network.

TBuf< KNetworkIdentitySize > iNetworkId

TBuf < KNetworkIdentitySize > iNetworkId

The network identity (NID in CDMA and MNC in GSM).

TBuf< KNetworkShortNameSizeV2 > iShortName

TBuf < KNetworkShortNameSizeV2 > iShortName

On GSM/WCDMA networks, the short name (up to 10 characters) of the network operator.

TNetworkStatus iStatus

TNetworkStatus iStatus

Status of the network.