Location:
remconabsvolcontroller.h
Link against: remconextapi1.lib
class CRemConAbsVolController : public CRemConInterfaceBase, public MRemConInterfaceIf;
Client-instantiable type supporting sending AbsVol API responses.
MRemConInterfaceIf
- No description.
CRemConInterfaceBase
- No description.
CRemConAbsVolController
- Client-instantiable type supporting sending AbsVol API responses
Defined in CRemConAbsVolController
:
GetAbsoluteVolume()
, GetInterfaceIf()
, MrcibNewMessage()
, NewL()
, SetAbsoluteVolume()
, ~CRemConAbsVolController()
static IMPORT_C CRemConAbsVolController *NewL(CRemConInterfaceSelector &aInterfaceSelector, MRemConAbsVolControllerObserver
&aObserver);
Factory function.
|
|
IMPORT_C void GetAbsoluteVolume(TRequestStatus &aStatus, TUint &aNumRemotes);
Sends a 'get absolute volume' command. The absolute volume will be returned in response(s) via the observer interface.
|
IMPORT_C void SetAbsoluteVolume(TRequestStatus &aStatus, TUint aAbsVol, TUint aMaxVol, TUint &aNumRemotes);
Sends a 'set absolute volume' command. The volume is set to aAbsVol, on a range of zero to aMaxVol. Any responses will be returned via the observer interface.
|
private: virtual TAny *GetInterfaceIf(TUid aUid);
Called by the interface selector to get a pointer to an object which implements the interface API with UID aUid. This is a mechanism for allowing future change to the interface API without breaking BC in existing (non-updated) interfaces.
|
|