MRemConAbsVolControllerObserver Class Reference

class MRemConAbsVolControllerObserver

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

Member Functions Documentation

MrcavcoGetAbsoluteVolumeResponse(TUint, TUint, TInt)

voidMrcavcoGetAbsoluteVolumeResponse(TUintaAbsVol,
TUintaMaxVol,
TIntaError
)[virtual]

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

Parameters

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

MrcavcoSetAbsoluteVolumeResponse(TInt)

voidMrcavcoSetAbsoluteVolumeResponse(TIntaError)[virtual]

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

Parameters

TInt aErrorThe response error.