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.
Public Member Functions | |
---|---|
TNetworkInfoV2() |
Inherited Functions | |
---|---|
CTelephony::TEtelISVType::TEtelISVType() | |
CTelephony::TEtelISVType::VersionId()const |
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 |
Inherited Attributes | |
---|---|
CTelephony::TEtelISVType::iVersionId |
TBool | iAreaKnown |
On GSM/WCDMA networks, boolean indicating whether the location area is known.
TNetworkBandInfo | iBandInfo |
On CDMA networks, the band and band class of the CDMA network operator.
TBuf< KNetworkIdentitySize > | iCdmaSID |
On CDMA networks, the system identity (SID) of the CDMA or AMPS network.
TUint | iCellId |
On GSM/WCDMA networks, the cell identity code. Only valid when iAreaKnown is true.
TBuf< KNetworkCountryCodeSize > | iCountryCode |
The MCC of the network.
TBuf< KNetworkDisplayTagSize > | iDisplayTag |
The alpha-tag displayed when this is the serving network.
TUint | iLocationAreaCode |
On GSM/WCDMA networks, the location area code. Only valid when iAreaKnown is true.
TBuf< KNetworkLongNameSizeV2 > | iLongName |
On GSM/WCDMA networks, the long name (up to 20 characters) of the network operator.
TBuf< KNetworkIdentitySize > | iNetworkId |
The network identity (NID in CDMA and MNC in GSM).
TBuf< KNetworkShortNameSizeV2 > | iShortName |
On GSM/WCDMA networks, the short name (up to 10 characters) of the network operator.