|
||
class MRemConStatusApiControllerObserver;
Interface to observe responses from a Status API controller.
Defined in MRemConStatusApiControllerObserver
:
MrcsacoSubunitInfoResponse(TInt,TInt,TDesC8 &)
A SubunitInfo response has been received.MrcsacoUnitInfoResponse(TInt,TInt,TInt,TInt)
A UnitInfo response has been received.Mrcsaco_ExtensionInterfaceL(TUid,void *&)
Returns a null aObject if the extension is not implemented, or a pointer to anot...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.
|
IMPORT_C virtual 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.
|