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.
Public Member Functions | |
---|---|
void | 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.
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. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.