Location:
remconstatusapicontrollerobserver.h
Link against: remconstatusapi.lib
class MRemConStatusApiControllerObserver;
Interface to observe responses from a Status API controller.
Defined in MRemConStatusApiControllerObserver
:
MrcsacoSubunitInfoResponse()
, MrcsacoUnitInfoResponse()
, Mrcsaco_ExtensionInterfaceL()
virtual void MrcsacoUnitInfoResponse(TInt aVendorId, TInt aUnit, TInt aUnitType, TInt aExtendedUnitType)=0;
A UnitInfo response has been received.
For details on the meanings on the fields please refer to the AV/C Digital Interface Command Set General Specification, section 11.2.1.
If all values are zero there was an error with the command.
|
virtual void MrcsacoSubunitInfoResponse(TInt aPage, TInt aExtension, TDesC8 &aPageData)=0;
A SubunitInfo response has been received.
For details on the meanings on the fields please refer to the AV/C Digital Interface Command Set General Specification, section 11.2.2.
If all values are zero there was an error with the command.
|
virtual IMPORT_C void Mrcsaco_ExtensionInterfaceL(TUid aInterface, void *&aObject);
Returns a null aObject if the extension is not implemented, or a pointer to another interface if it is.
|