MFeatureInfoPluginCallback Class Reference

class MFeatureInfoPluginCallback

This M-class is an interface class implemented by FM server to receive feature information responses from adaptation plug-ins i.e. they call the server back with the data. Reference supplied to the plugin implementation at construction and available in iResponseCallback.

CFeatureInfoPlugin

Public Member Functions
void ProcessResponseL (const FeatureInfoCommand::TFeatureInfoCmd , const TUint8 , TDesC8 &)

Member Functions Documentation

ProcessResponseL(const FeatureInfoCommand::TFeatureInfoCmd, const TUint8, TDesC8 &)

void ProcessResponseL ( const FeatureInfoCommand::TFeatureInfoCmd aCommandId,
const TUint8 aTransId,
TDesC8 & aData
) [pure virtual]

Method to return data in response to a message from a Feature Info plugin. The related ProcessCommandL call must return before this method can be called.

Parameters

const FeatureInfoCommand::TFeatureInfoCmd aCommandId Command ID for which the response comes
const TUint8 aTransId Transcation identifier of the original command
TDesC8 & aData Data returned from call. Data package contents are defined by command. Can be deleted right after ProcessResponseL has returned.