CRemConTrackInfoController Class Reference
#include
<remcontrackinfocontroller.h>
Link against: remconextapi1.lib
class CRemConTrackInfoController : public CRemConInterfaceBase |
Inherits from
- CRemConTrackInfoController
Inherited Functions |
---|
| CBase::CBase() |
| CBase::Delete(CBase *) |
| CBase::Extension_(TUint,TAny *&,TAny *) |
| CBase::operator new(TUint) |
| CBase::operator new(TUint,TAny *) |
| CBase::operator new(TUint,TLeave) |
| CBase::operator new(TUint,TLeave,TUint) |
| CBase::operator new(TUint,TUint) |
| CBase::~CBase() |
| CRemConInterfaceBase::BaseConstructL() |
| CRemConInterfaceBase::BaseConstructL(RRemConInterfaceFeatures &) |
| CRemConInterfaceBase::BaseConstructL(RRemConInterfaceFeatures &,TBool) |
| CRemConInterfaceBase::Bulk()const |
| CRemConInterfaceBase::CRemConInterfaceBase(TUid,TUint,CRemConInterfaceSelector &,TRemConClientType) |
| CRemConInterfaceBase::Cancel() |
| CRemConInterfaceBase::InterfaceSelector() |
| CRemConInterfaceBase::InterfaceUid()const |
| CRemConInterfaceBase::MaxLength()const |
| CRemConInterfaceBase::Target(TRemConClientType) |
| CRemConInterfaceBase::Type()const |
| CRemConInterfaceBase::~CRemConInterfaceBase() |
Detailed Description
Client-instantiable type supporting sending TrackInfo API commands.
Constructor & Destructor Documentation
~CRemConTrackInfoController ( )
IMPORT_C | ~CRemConTrackInfoController | ( | ) | |
Member Function Documentation
NewL ( CRemConInterfaceSelector &, MRemConTrackInfoControllerObserver & )
Parameter | Description | aInterfaceSelector | The interface selector. The client must have created one of these first. |
aObserver | The observer of this interface. |
Returns: A new CRemConTrackInfoController, owned by the interface selector.
SetTrackName ( TRequestStatus &, const TDesC &, TUint & )
Sends a 'set track name' command. Only one command per controller session can be outstanding at any one time.
- panic
- USER 23, if the length of aTrackName is greater than 58 Characters.
Parameter | Description | aStatus | Used by RemCon to indicate completion of the send request. |
aTrackName | The track name. |
aNumRemotes | On success, will contain the number of remotes the command was sent to. |