#include <remconcoreapicontrollerobserver.h>
Link against: remconcoreapi.lib
class MRemConCoreApiControllerObserver |
Public Member Functions | |
---|---|
virtual IMPORT_C void | MrccacoResponse(TRemConCoreApiOperationId, TInt) |
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.
IMPORT_C void | MrccacoResponse | ( | TRemConCoreApiOperationId | aOperationId, |
TInt | aError | |||
) | [virtual] |
A response has been received.
Parameters | |
---|---|
aOperationId | The operation ID. The response is to a previous command of this type. |