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
voidProcessResponseL(const FeatureInfoCommand::TFeatureInfoCmd, const TUint8, TDesC8 &)

Member Functions Documentation

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

voidProcessResponseL(const FeatureInfoCommand::TFeatureInfoCmdaCommandId,
const TUint8aTransId,
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 aCommandIdCommand ID for which the response comes
const TUint8 aTransIdTranscation identifier of the original command
TDesC8 & aDataData returned from call. Data package contents are defined by command. Can be deleted right after ProcessResponseL has returned.