CRemConGroupNavigationApiTarget Class Reference

#include <remcongroupnavigationtarget.h>

Link against: remcongroupnavigationapi.lib

class CRemConGroupNavigationApiTarget : public CRemConInterfaceBase, public MRemConInterfaceIf

Inherits from

Detailed Description

Client-instantiable type supporting sending Battery Status responses.

Constructor & Destructor Documentation

~CRemConGroupNavigationApiTarget ( )

IMPORT_C~CRemConGroupNavigationApiTarget()

Destructor

Destructor.

Member Function Documentation

NewL ( CRemConInterfaceSelector &, MRemConGroupNavigationTargetObserver & )

Factory function.

See also: CRemConInterfaceSelector

Parameters
aInterfaceSelectorThe interface selector. The client must have created one of these first.
aObserverThe observer of this interface.
Return Value
A new CRemConGroupNavigationApiTarget, owned by the interface selector.

NewL ( CRemConInterfaceSelector &, MRemConGroupNavigationTargetObserver &, TBool, TBool )

IMPORT_C CRemConGroupNavigationApiTarget *NewL(CRemConInterfaceSelector &aInterfaceSelector,
MRemConGroupNavigationTargetObserver &aObserver,
TBoolaNextGroupSupported,
TBoolaPreviousGroupSupported
)[static]

Factory function.

See also: CRemConInterfaceSelector

Parameters
aInterfaceSelectorThe interface selector. The client must have created one of these first.
aObserverThe observer of this interface.
aNextGroupSupportedWhether the Client support the next Group functionality.
aPreviousGroupSupportedWhether the Client support the previous Group functionality.
Return Value
A new CRemConGroupNavigationApiTarget, owned by the interface selector.

NextGroupResponse ( TRequestStatus *&, TInt )

IMPORT_C voidNextGroupResponse(TRequestStatus *&aStatus,
TIntaError
)

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

Parameters
aStatusUsed by RemCon to indicate completion of the send request. aStatus may be NULL if no completion indication required.
aErrorThe response error.

PreviousGroupResponse ( TRequestStatus *&, TInt )

IMPORT_C voidPreviousGroupResponse(TRequestStatus *&aStatus,
TIntaError
)

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

Parameters
aStatusUsed by RemCon to indicate completion of the send request. aStatus may be NULL if no completion indication required.
aErrorThe response error.