|
|
|
class MRemConCoreApiControllerObserver;
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.
Defined in MRemConCoreApiControllerObserver:
MrccacoResponse(TRemConCoreApiOperationId,TInt)A response has been received. virtual void MrccacoResponse(TRemConCoreApiOperationId aOperationId, TInt aError);
A response has been received.
|