MRemConAbsVolControllerObserver Class Reference
#include
<remconabsvolcontrollerobserver.h>
Link against: remconextapi1.lib
class MRemConAbsVolControllerObserver |
Detailed Description
Client-implemented mixin- notifies the client of incoming AbsVol commands.
Member Function Documentation
MrcavcoGetAbsoluteVolumeResponse ( TUint, TUint, TInt )
void | MrcavcoGetAbsoluteVolumeResponse | ( | TUint | aAbsVol, |
| TUint | aMaxVol, |
| TInt | aError |
| ) | [virtual] |
A response to a 'get absolute volume' command has been received.
Parameter | Description | aAbsVol | The relative volume. |
aMaxVol | The maximum against which aAbsVol is relative. |
aError | The response error. |
MrcavcoSetAbsoluteVolumeResponse ( TInt )
void | MrcavcoSetAbsoluteVolumeResponse | ( | TInt | aError | ) | [virtual] |
A response to a 'set absolute volume' command has been received.
Parameter | Description | aError | The response error. |