MLtsyDispatchPacketServicesAddPacketFilter Class Reference

class MLtsyDispatchPacketServicesAddPacketFilter : public MLtsyDispatchInterface

Inherits from

Member Functions Documentation

HandleAddPacketFilterSyncL(const TDesC &, CArrayFixFlat< RPacketContext::TPacketFilterV2 > &)

TInt HandleAddPacketFilterSyncL(const TDesC &aContextName,
CArrayFixFlat< RPacketContext::TPacketFilterV2 > &aContextFilter
)[pure virtual]

The CTSY Dispatcher shall invoke this function on receiving the EPacketContextAddPacketFilter request from the CTSY. Implementation of this interface should add a packet filter to 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.
CArrayFixFlat< RPacketContext::TPacketFilterV2 > & aContextFilterAn array contains up to eight filters to be used for configuring the secondary context.

Member Data Documentation

const TInt KLtsyDispatchPacketServicesAddPacketFilterApiId

const TIntKLtsyDispatchPacketServicesAddPacketFilterApiId[static]