|
||
class CRemConGroupNavigationApiTarget : public CRemConInterfaceBase, public MRemConInterfaceIf;
Client-instantiable type supporting sending Battery Status responses.
MRemConInterfaceIf
- No description.
CRemConInterfaceBase
- No description.
CRemConGroupNavigationApiTarget
- Client-instantiable type supporting sending Battery Status responses.
Defined in CRemConGroupNavigationApiTarget
:
MrcibNewMessage(TUint,const TDesC8 &)
Called when a message comes in for this interface. NewL(CRemConInterfaceSelector &,MRemConGroupNavigationTargetObserver &)
Factory function. NextGroupResponse(TRequestStatus *&,TInt)
Send a 'next group' response. Called by the client after receiving a MRemConGrou...PreviousGroupResponse(TRequestStatus *&,TInt)
Send a 'previous group' response. Called by the client after receiving a MRemCon...~CRemConGroupNavigationApiTarget()
Destructor IMPORT_C static CRemConGroupNavigationApiTarget* NewL(CRemConInterfaceSelector &aInterfaceSelector, MRemConGroupNavigationTargetObserver
&aObserver);
Factory function.
|
|
CRemConInterfaceSelector
CRemConInterfaceSelector is only instantiable via its NewL function. It is not d...IMPORT_C void NextGroupResponse(TRequestStatus *&aStatus, TInt aError);
Send a 'next group' response. Called by the client after receiving a MRemConGroupNavigationTargetObserver::MrcgntoNextGroup(TRemConCoreApiButtonAction)
.
|
IMPORT_C void PreviousGroupResponse(TRequestStatus *&aStatus, TInt aError);
Send a 'previous group' response. Called by the client after receiving a MRemConGroupNavigationTargetObserver::MrcgntoPreviousGroup(TRemConCoreApiButtonAction)
.
|