Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: remconstatusapicontroller.h
Link against: remconstatusapi.lib

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

Class CRemConStatusApiController

class CRemConStatusApiController : public CRemConInterfaceBase, public MRemConInterfaceIf;

Description

A controller which sends Status API commands.

Derivation

Members

Defined in CRemConStatusApiController:
NewL(), SubunitInfo(), UnitInfo(), ~CRemConStatusApiController()


Construction and destruction


NewL()

static IMPORT_C CRemConStatusApiController *NewL(CRemConInterfaceSelector &aInterfaceSelector, MRemConStatusApiControllerObserver &aObserver);

Description

Creates new Status Api Controller.

Parameters

CRemConInterfaceSelector &aInterfaceSelector

An interface selector for use with this interface.

MRemConStatusApiControllerObserver &aObserver

An observer to be notified of responses to commands issued to this interface.

Return value

CRemConStatusApiController *

A fully constructed CRemConStatusApiController


~CRemConStatusApiController()

IMPORT_C ~CRemConStatusApiController();

Description

Destructor.

[Top]


Member functions


UnitInfo()

IMPORT_C void UnitInfo(TRequestStatus &aStatus, TUint &aNumRemotes);

Description

Issue UnitInfo command.

Parameters

TRequestStatus &aStatus

Status to be completed with the result of issuing this command.

TUint &aNumRemotes

On completion, the number of remotes this command was issued to.


SubunitInfo()

IMPORT_C void SubunitInfo(TRequestStatus &aStatus, TUint &aNumRemotes);

Description

Issue SubUnitInfo command.

Parameters

TRequestStatus &aStatus

Status to be completed with the result of issuing this command.

TUint &aNumRemotes

On completion, the number of remotes this command was issued to.