CTelephony::TNetworkInfoV1 Class Reference

#include <etel3rdparty.h>

Link against: etel3rdparty.lib

class CTelephony::TNetworkInfoV1 : 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< KNetworkLongNameSize >iLongName
TNetworkMode iMode
TBuf< KNetworkIdentitySize >iNetworkId
TBuf< KNetworkShortNameSize >iShortName
TNetworkStatus iStatus
Public Member Functions
TNetworkInfoV1()
Inherited Attributes
CTelephony::TEtelISVType::iVersionId
Inherited Functions
CTelephony::TEtelISVType::TEtelISVType()
CTelephony::TEtelISVType::VersionId()const

Detailed Description

Defines information related to a mobile phone network.

See also: CTelephony::TNetworkInfoV2

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< KNetworkLongNameSize >iLongName

On GSM/WCDMA networks, the long name (up to 16 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< KNetworkShortNameSize >iShortName

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

iStatus

Status of the network

Constructor & Destructor Documentation

TNetworkInfoV1 ( )

IMPORT_CTNetworkInfoV1()

Default constructor.