CRemConStatusApiController Class Reference
#include
<mw/remconstatusapicontroller.h>
Link against: remconstatusapi.lib
class CRemConStatusApiController : public CRemConInterfaceBase |
Inherits from
- CRemConStatusApiController
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
A controller which sends Status API commands.
Constructor & Destructor Documentation
~CRemConStatusApiController ( )
IMPORT_C | ~CRemConStatusApiController | ( | ) | |
Member Function Documentation
NewL ( CRemConInterfaceSelector &, MRemConStatusApiControllerObserver & )
Creates new Status Api Controller.
Parameter | Description | aInterfaceSelector | An interface selector for use with this interface. |
aObserver | An observer to be notified of responses to commands issued to this interface. |
Returns: A fully constructed CRemConStatusApiController
SubunitInfo ( TRequestStatus &, TUint & )
Issue SubUnitInfo command. Only one command per controller session can be outstanding at any one time.
Parameter | Description | aStatus | Status to be completed with the result of issuing this command. |
aNumRemotes | On completion, the number of remotes this command was issued to. |
UnitInfo ( TRequestStatus &, TUint & )
Issue UnitInfo command. Only one command per controller session can be outstanding at any one time.
Parameter | Description | aStatus | Status to be completed with the result of issuing this command. |
aNumRemotes | On completion, the number of remotes this command was issued to. |