CTelephony::TNetworkInfoV2 Class Reference

#include <etel3rdparty.h>

Link against: etel3rdparty.lib

class CTelephony::TNetworkInfoV2 : public CTelephony::TEtelISVType

Inherits from

Public Attributes
TNetworkAccess iAccess
TBool iAreaKnown
TNetworkBandInfo iBandInfo
TBuf< KNetworkIdentitySize >iCdmaSID
TUint iCellId
TBuf< KNetworkCountryCodeSize >iCountryCode
TBuf< KNetworkDisplayTagSize >iDisplayTag
TUint iLocationAreaCode
TBuf< KNetworkLongNameSizeV2 >iLongName
TNetworkMode iMode
TBuf< KNetworkIdentitySize >iNetworkId
TBuf< KNetworkShortNameSizeV2 >iShortName
TNetworkStatus iStatus
Public Member Functions
TNetworkInfoV2()
Inherited Attributes
CTelephony::TEtelISVType::iVersionId
Inherited Functions
CTelephony::TEtelISVType::TEtelISVType()
CTelephony::TEtelISVType::VersionId()const

Detailed Description

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.

Member Attribute Documentation

iAccess

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

iAreaKnown

TBool iAreaKnown

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

iBandInfo

TNetworkBandInfo iBandInfo

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

iCdmaSID

TBuf< KNetworkIdentitySize >iCdmaSID

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

iCellId

TUint iCellId

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

iCountryCode

TBuf< KNetworkCountryCodeSize >iCountryCode

The MCC of the network.

iDisplayTag

TBuf< KNetworkDisplayTagSize >iDisplayTag

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

iLocationAreaCode

TUint iLocationAreaCode

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

iLongName

TBuf< KNetworkLongNameSizeV2 >iLongName

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

iMode

Mode of the network.

iNetworkId

TBuf< KNetworkIdentitySize >iNetworkId

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

iShortName

TBuf< KNetworkShortNameSizeV2 >iShortName

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

iStatus

Status of the network.

Constructor & Destructor Documentation

TNetworkInfoV2 ( )

IMPORT_CTNetworkInfoV2()

Default constructor.