Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <remconbatterytarget.h>
Link against: remconbatterystatusapi.lib
This item is not part of the S60 5th Edition SDK

Class CRemConBatteryApiTarget

class CRemConBatteryApiTarget : public CRemConInterfaceBase, public MRemConInterfaceIf;

Description

Client-instantiable type supporting sending Battery Status responses.

Derivation

Members

Defined in CRemConBatteryApiTarget:


Construction and destruction


NewL(CRemConInterfaceSelector &,MRemConBatteryTargetObserver &)

IMPORT_C static CRemConBatteryApiTarget* NewL(CRemConInterfaceSelector &aInterfaceSelector, MRemConBatteryTargetObserver &aObserver);

Description

Factory function.

Parameters

CRemConInterfaceSelector &aInterfaceSelector

The interface selector. The client must have created one of these first.

MRemConBatteryTargetObserver &aObserver

The observer of this interface.

Return value

CRemConBatteryApiTarget *

A new CRemConBatteryApiTarget, owned by the interface selector.

See also:


~CRemConBatteryApiTarget()

IMPORT_C ~CRemConBatteryApiTarget();

Description

Destructor

[Top]


Member functions


MrcibNewMessage(TUint,const TDesC8 &)

private: virtual void MrcibNewMessage(TUint aOperationId, const TDesC8 &aData);

Description

Called when a message comes in for this interface.

Parameters

TUint aOperationId

The interface-specific operation id.

const TDesC8 &aData

Any operation-specific data.