MLtsyDispatchPacketServicesRemovePacketFilter Class Reference

class MLtsyDispatchPacketServicesRemovePacketFilter : public MLtsyDispatchInterface

Inherits from

Member Functions Documentation

HandleRemovePacketFilterSyncL(const TDesC &, TInt)

TInt HandleRemovePacketFilterSyncL(const TDesC &aContextName,
TIntaFilterId
)[pure virtual]

The CTSY Dispatcher shall invoke this function on receiving the EPacketContextRemovePacketFilter request from the CTSY. Implementation of this interface should remove a packet filter from the packet service.

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

Parameters

const TDesC & aContextNameThe name of the context, the maximum length of the descriptor should not exceed KMaxInfoName.
TInt aFilterIdThe filter Id to remove.

Member Data Documentation

const TInt KLtsyDispatchPacketServicesRemovePacketFilterApiId

const TIntKLtsyDispatchPacketServicesRemovePacketFilterApiId[static]