CTelephony::TNetworkInfoV2 Class Reference
#include
<etel3rdparty.h>
Link against: etel3rdparty.lib
class CTelephony::TNetworkInfoV2 : public CTelephony::TEtelISVType |
Inherits from
- CTelephony::TNetworkInfoV2
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
On GSM/WCDMA networks, boolean indicating whether the location area is known.
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
On GSM/WCDMA networks, the cell identity code. Only valid when iAreaKnown is true.
iCountryCode
TBuf< KNetworkCountryCodeSize > | iCountryCode |
iDisplayTag
TBuf< KNetworkDisplayTagSize > | iDisplayTag |
The alpha-tag displayed when this is the serving network.
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.
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.
Constructor & Destructor Documentation