CRemConGroupNavigationApiTarget Class Reference

#include <mw/remcongroupnavigationtarget.h>

Link against: remcongroupnavigationapi.lib

class CRemConGroupNavigationApiTarget : public CRemConInterfaceBase

Inherits from

  • CRemConGroupNavigationApiTarget

    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

    ParameterDescription
    aInterfaceSelectorThe interface selector. The client must have created one of these first.
    aObserverThe observer of this interface.

    Returns: 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

    ParameterDescription
    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.

    Returns: 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().

    ParameterDescription
    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().

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