Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <remcongroupnavigationtarget.h>
Link against: remcongroupnavigationapi.lib
This item is not part of the S60 5th Edition SDK

Class CRemConGroupNavigationApiTarget

class CRemConGroupNavigationApiTarget : public CRemConInterfaceBase, public MRemConInterfaceIf;

Description

Client-instantiable type supporting sending Battery Status responses.

Derivation

Members

Defined in CRemConGroupNavigationApiTarget:


Construction and destruction


NewL(CRemConInterfaceSelector &,MRemConGroupNavigationTargetObserver &)

IMPORT_C static CRemConGroupNavigationApiTarget* NewL(CRemConInterfaceSelector &aInterfaceSelector, MRemConGroupNavigationTargetObserver &aObserver);

Description

Factory function.

Parameters

CRemConInterfaceSelector &aInterfaceSelector

The interface selector. The client must have created one of these first.

MRemConGroupNavigationTargetObserver &aObserver

The observer of this interface.

Return value

CRemConGroupNavigationApiTarget *

A new CRemConGroupNavigationApiTarget, owned by the interface selector.

See also:


~CRemConGroupNavigationApiTarget()

IMPORT_C ~CRemConGroupNavigationApiTarget();

Description

Destructor

[Top]


Member functions


NextGroupResponse(TRequestStatus *&,TInt)

IMPORT_C void NextGroupResponse(TRequestStatus *&aStatus, TInt aError);

Description

Send a 'next group' response. Called by the client after receiving a MRemConGroupNavigationTargetObserver::MrcgntoNextGroup(TRemConCoreApiButtonAction).

Parameters

TRequestStatus *&aStatus

Used by RemCon to indicate completion of the send request. aStatus may be NULL if no completion indication required.

TInt aError

The response error.


PreviousGroupResponse(TRequestStatus *&,TInt)

IMPORT_C void PreviousGroupResponse(TRequestStatus *&aStatus, TInt aError);

Description

Send a 'previous group' response. Called by the client after receiving a MRemConGroupNavigationTargetObserver::MrcgntoPreviousGroup(TRemConCoreApiButtonAction).

Parameters

TRequestStatus *&aStatus

Used by RemCon to indicate completion of the send request. aStatus may be NULL if no completion indication required.

TInt aError

The response error.


MrcibNewMessage(TUint,const TDesC8 &)

private: virtual void MrcibNewMessage(TUint aOperationId, const TDesC8 &aData);

Description

Called when a message comes in for this interface.

Parameters

TUint aOperationId

The interface-specific operation id.

const TDesC8 &aData

Any operation-specific data.