CMmPacketDataPackage Class Reference

class CMmPacketDataPackage : public CMmDataPackage

Class defining Packet specific data package

Inherits from

Constructor & Destructor Documentation

CMmPacketDataPackage()

CMmPacketDataPackage()[inline]

C++ default constructor.

~CMmPacketDataPackage(void)

~CMmPacketDataPackage(void)[inline, virtual]

Destructor.

Parameters

void

Member Functions Documentation

GetConfig(RPacketContext::TContextConfigGPRS *, TInt &)

voidGetConfig(RPacketContext::TContextConfigGPRS *aConfig,
TInt &aConfigurationType
)const [inline]

Get Configuration

Parameters

RPacketContext::TContextConfigGPRS * aConfigPointer to Context configurations for GPRS
TInt & aConfigurationTypeConfiguration type

GetProfileChanged(RPacketQoS::TQoSGPRSNegotiated &, RPacketQoS::TQoSR99_R4Negotiated &, RPacketQoS::TQoSR5Negotiated &)

voidGetProfileChanged(RPacketQoS::TQoSGPRSNegotiated &aQoSGPRSNegotiated,
RPacketQoS::TQoSR99_R4Negotiated &aQoSR99_R4Negotiated,
RPacketQoS::TQoSR5Negotiated &aQoSR5_R4Negotiated
)const [inline]

Get profile changed

Parameters

RPacketQoS::TQoSGPRSNegotiated & aQoSGPRSNegotiatednegotiated QoS values
RPacketQoS::TQoSR99_R4Negotiated & aQoSR99_R4Negotiatednegotiated values (Rel99 & Rel4)
RPacketQoS::TQoSR5Negotiated & aQoSR5_R4Negotiatednegotiated values (Rel5)

SetConfig(RPacketContext::TContextConfigGPRS *, TInt)

voidSetConfig(RPacketContext::TContextConfigGPRS *aConfig,
TIntaConfigurationType
)[inline]

Set Configuration

Parameters

RPacketContext::TContextConfigGPRS * aConfigPointer to context configurations for GPRS
TInt aConfigurationTypeConfiguration type

SetProfileChanged(RPacketQoS::TQoSGPRSNegotiated *, RPacketQoS::TQoSR99_R4Negotiated *, RPacketQoS::TQoSR5Negotiated *)

voidSetProfileChanged(RPacketQoS::TQoSGPRSNegotiated *aQoSGPRSNegotiated,
RPacketQoS::TQoSR99_R4Negotiated *aQoSR99_R4Negotiated,
RPacketQoS::TQoSR5Negotiated *aQoSR5_R4Negotiated
)[inline]

Set profile changed

Parameters

RPacketQoS::TQoSGPRSNegotiated * aQoSGPRSNegotiatednegotiated QoS values
RPacketQoS::TQoSR99_R4Negotiated * aQoSR99_R4Negotiatednegotiated values (Rel99 & Rel4)
RPacketQoS::TQoSR5Negotiated * aQoSR5_R4Negotiatednegotiated values (Rel5)

Member Data Documentation

RPacketContext::TContextConfigGPRS * iConfig

RPacketContext::TContextConfigGPRS *iConfig[private]

TInt iConfigurationType

TInt iConfigurationType[private]

RPacketQoS::TQoSGPRSNegotiated * iQoSGPRSNegotiated

RPacketQoS::TQoSGPRSNegotiated *iQoSGPRSNegotiated[private]

RPacketQoS::TQoSR5Negotiated * iQoSR5_Negotiated

RPacketQoS::TQoSR5Negotiated *iQoSR5_Negotiated[private]

RPacketQoS::TQoSR99_R4Negotiated * iQoSR99_R4Negotiated

RPacketQoS::TQoSR99_R4Negotiated *iQoSR99_R4Negotiated[private]