|
||
class CRemConBatteryApiTarget : public CRemConInterfaceBase, public MRemConInterfaceIf;
Client-instantiable type supporting sending Battery Status responses.
MRemConInterfaceIf
- No description.
CRemConInterfaceBase
- No description.
CRemConBatteryApiTarget
- Client-instantiable type supporting sending Battery Status responses.
Defined in CRemConBatteryApiTarget
:
MrcibNewMessage(TUint,const TDesC8 &)
Called when a message comes in for this interface. NewL(CRemConInterfaceSelector &,MRemConBatteryTargetObserver &)
Factory function. ~CRemConBatteryApiTarget()
Destructor IMPORT_C static CRemConBatteryApiTarget* NewL(CRemConInterfaceSelector &aInterfaceSelector, MRemConBatteryTargetObserver &aObserver);
Factory function.
|
|
CRemConInterfaceSelector
CRemConInterfaceSelector is only instantiable via its NewL function. It is not d...MRemConBatteryTargetObserver
Clients must implement this interface in order to instantiate objects of type CR...