MLtsyDispatchPacketServicesDeletePdpContext Class Reference

class MLtsyDispatchPacketServicesDeletePdpContext : public MLtsyDispatchInterface

Inherits from

Public Member Functions
TInt HandleDeletePdpContextReqL(const TDesC &)
Public Attributes
const TIntKLtsyDispatchPacketServicesDeletePdpContextApiId

Member Functions Documentation

HandleDeletePdpContextReqL(const TDesC &)

TInt HandleDeletePdpContextReqL(const TDesC &aContextName)[pure virtual]

The CTSY Dispatcher shall invoke this function on receiving the EPacketContextDelete request from the CTSY.

It is a request call that is completed by invoking CCtsyDispatcherCallback::CallbackPacketServicesDeletePdpContextComp()

Implementation of this interface should delete the context given.

Parameters

const TDesC & aContextNameThe name of the context to delete, the maximum length of the descriptor should not exceed KMaxInfoName.

Member Data Documentation

const TInt KLtsyDispatchPacketServicesDeletePdpContextApiId

const TIntKLtsyDispatchPacketServicesDeletePdpContextApiId[static]