MRemConAbsVolControllerObserver Class Reference

class MRemConAbsVolControllerObserver

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

Member Functions 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.

Parameters

TUint aAbsVol The relative volume.
TUint aMaxVol The maximum against which aAbsVol is relative.
TInt aError The response error.

MrcavcoSetAbsoluteVolumeResponse(TInt)

void MrcavcoSetAbsoluteVolumeResponse ( TInt aError ) [virtual]

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

Parameters

TInt aError The response error.