MRemConAbsVolControllerObserver Class Reference

#include <remconabsvolcontrollerobserver.h>

Link against: remconextapi1.lib

class MRemConAbsVolControllerObserver
Public Member Functions
virtual voidMrcavcoGetAbsoluteVolumeResponse(TUint, TUint, TInt)
virtual voidMrcavcoSetAbsoluteVolumeResponse(TInt)

Detailed Description

Client-implemented mixin- notifies the client of incoming AbsVol commands.

Member Function Documentation

MrcavcoGetAbsoluteVolumeResponse ( TUint, TUint, TInt )

voidMrcavcoGetAbsoluteVolumeResponse(TUintaAbsVol,
TUintaMaxVol,
TIntaError
)[virtual]

A response to a 'get absolute volume' command has been received.

Parameters
aAbsVolThe relative volume.
aMaxVolThe maximum against which aAbsVol is relative.
aErrorThe response error.

MrcavcoSetAbsoluteVolumeResponse ( TInt )

voidMrcavcoSetAbsoluteVolumeResponse(TIntaError)[virtual]

A response to a 'set absolute volume' command has been received.

Parameters
aErrorThe response error.