class MRemConStatusApiControllerObserver |
Interface to observe responses from a Status API controller.
Public Member Functions | |
---|---|
void | MrcsacoSubunitInfoResponse ( TInt , TInt , TDesC8 &) |
void | MrcsacoUnitInfoResponse ( TInt , TInt , TInt , TInt ) |
IMPORT_C void | Mrcsaco_ExtensionInterfaceL ( TUid , void *&) |
void | MrcsacoSubunitInfoResponse | ( | TInt | aPage, |
TInt | aExtension, | |||
TDesC8 & | aPageData | |||
) | [pure virtual] |
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.
void | MrcsacoUnitInfoResponse | ( | TInt | aVendorId, |
TInt | aUnit, | |||
TInt | aUnitType, | |||
TInt | aExtendedUnitType | |||
) | [pure virtual] |
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.
IMPORT_C void | Mrcsaco_ExtensionInterfaceL | ( | TUid | aInterface, |
void *& | aObject | |||
) | [virtual] |
Returns a null aObject if the extension is not implemented, or a pointer to another interface if it is.
This virtual function allows the M- class to be extended in future in a binary compatible way by providing a method that clients can override in future to allow extra callbacks to be made via aObject.
TUid aInterface | UID of the interface to return |
void *& aObject | the container for another interface as specified by aInterface |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.