RPacketContext::TContextConfigCDMA Class Reference

class RPacketContext::TContextConfigCDMA : public TPacketDataConfigBase

Enables context configurations for CDMA and CDMA2000 packet data and high speed packet data support.

Contains all the data necessary to configure a context on a CDMA packet network.

9.5

Inherits from

Constructor & Destructor Documentation

TContextConfigCDMA()

IMPORT_C TContextConfigCDMA ( )

Standard constructor. Sets all the member data values to the defaults.

The iExtensionId parameter, set automatically by ETel, is used by the TSY when unpacking this class from a TPckg<> to indicate it is to be unpacked as a TContextConfigCDMA class. The Service option is set to KLowSpeedData (Default: Assume IWF/PDSN supports 2G service option. (exact value of "LowSpeedData" is to be decided by TSY implementation)). The Protocol type is set to EPdpTypePPP (Default: Assume IWF/PDSN supports PPP link layer)

Member Data Documentation

TProtocolType iProtocolType

TProtocolType iProtocolType

The CDMA protocol type, either PPP or CDPD. The default value is EPdpTypePPP.

TProtocolType

TUint iServiceOption

TUint iServiceOption

Identifies the CDMA packet service option range (Low, High, High CDMA2000). The default value is KLowSpeedData.

TServiceOption