#include <remcongroupnavigationtarget.h>
Link against: remcongroupnavigationapi.lib
| class CRemConGroupNavigationApiTarget : public CRemConInterfaceBase, public MRemConInterfaceIf | 
| Public Member Functions | |
|---|---|
| ~CRemConGroupNavigationApiTarget() | |
| IMPORT_C CRemConGroupNavigationApiTarget * | NewL(CRemConInterfaceSelector &, MRemConGroupNavigationTargetObserver &) | 
| IMPORT_C CRemConGroupNavigationApiTarget * | NewL(CRemConInterfaceSelector &, MRemConGroupNavigationTargetObserver &, TBool, TBool) | 
| IMPORT_C void | NextGroupResponse(TRequestStatus *&, TInt) | 
| IMPORT_C void | PreviousGroupResponse(TRequestStatus *&, TInt) | 
Client-instantiable type supporting sending Battery Status responses.
| IMPORT_C | ~CRemConGroupNavigationApiTarget | ( | ) | 
Destructor
Destructor.
| IMPORT_C CRemConGroupNavigationApiTarget * | NewL | ( | CRemConInterfaceSelector & | aInterfaceSelector, | 
| MRemConGroupNavigationTargetObserver & | aObserver | |||
| ) | [static] | |||
Factory function.
See also: CRemConInterfaceSelector
| Parameters | |
|---|---|
| aInterfaceSelector | The interface selector. The client must have created one of these first. | 
| aObserver | The observer of this interface. | 
| IMPORT_C CRemConGroupNavigationApiTarget * | NewL | ( | CRemConInterfaceSelector & | aInterfaceSelector, | 
| MRemConGroupNavigationTargetObserver & | aObserver, | |||
| TBool | aNextGroupSupported, | |||
| TBool | aPreviousGroupSupported | |||
| ) | [static] | |||
Factory function.
See also: CRemConInterfaceSelector
| Parameters | |
|---|---|
| aInterfaceSelector | The interface selector. The client must have created one of these first. | 
| aObserver | The observer of this interface. | 
| aNextGroupSupported | Whether the Client support the next Group functionality. | 
| aPreviousGroupSupported | Whether the Client support the previous Group functionality. | 
| IMPORT_C void | NextGroupResponse | ( | TRequestStatus *& | aStatus, | 
| TInt | aError | |||
| ) | ||||
Send a 'next group' response. Called by the client after receiving a MRemConGroupNavigationTargetObserver::MrcgntoNextGroup().
| Parameters | |
|---|---|
| aStatus | Used by RemCon to indicate completion of the send request. aStatus may be NULL if no completion indication required. | 
| aError | The response error. | 
| IMPORT_C void | PreviousGroupResponse | ( | TRequestStatus *& | aStatus, | 
| TInt | aError | |||
| ) | ||||
Send a 'previous group' response. Called by the client after receiving a MRemConGroupNavigationTargetObserver::MrcgntoPreviousGroup().
| Parameters | |
|---|---|
| aStatus | Used by RemCon to indicate completion of the send request. aStatus may be NULL if no completion indication required. | 
| aError | The response error. |