MLtsyDispatchPacketServicesRemovePacketFilter Class Reference

class MLtsyDispatchPacketServicesRemovePacketFilter : public MLtsyDispatchInterface

Inherits from

Member Functions Documentation

HandleRemovePacketFilterSyncL(const TDesC &, TInt)

TInt HandleRemovePacketFilterSyncL ( const TDesC & aContextName,
TInt aFilterId
) [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 & aContextName The name of the context, the maximum length of the descriptor should not exceed KMaxInfoName.
TInt aFilterId The filter Id to remove.

Member Data Documentation

const TInt KLtsyDispatchPacketServicesRemovePacketFilterApiId

const TInt KLtsyDispatchPacketServicesRemovePacketFilterApiId [static]