Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <remconcoreapicontrollerobserver.h>
Link against: remconcoreapi.lib

Class MRemConCoreApiControllerObserver

class MRemConCoreApiControllerObserver;

Description

Clients must implement this interface in order to instantiate objects of type CRemConCoreApiController. This interface passes incoming responses from RemCon to the client. In order to minimise the number of virtual functions the client has to implement, there's just one non-pure function which delivers all responses.

Members

Defined in MRemConCoreApiControllerObserver:


Member functions


MrccacoResponse(TRemConCoreApiOperationId,TInt)

virtual void MrccacoResponse(TRemConCoreApiOperationId aOperationId, TInt aError);

Description

A response has been received.

Parameters

TRemConCoreApiOperationId aOperationId

The operation ID. The response is to a previous command of this type.

TInt aError