RCbsSettings Class Reference
class RCbsSettings : public RSubSessionBase |
This represents the client-side subsession to modify and retrieve settings.
Inherited Functions |
---|
| RSubSessionBase::CloseSubSession(TInt) |
| RSubSessionBase::CreateAutoCloseSubSession(RSessionBase &,TInt,const TIpcArgs &) |
| RSubSessionBase::CreateSubSession(const RSessionBase &,TInt) |
| RSubSessionBase::CreateSubSession(const RSessionBase &,TInt,const TIpcArgs &) |
| RSubSessionBase::RSubSessionBase() |
| RSubSessionBase::Send(TInt)const |
| RSubSessionBase::Send(TInt,const TIpcArgs &)const |
| RSubSessionBase::SendReceive(TInt)const |
| RSubSessionBase::SendReceive(TInt,TRequestStatus &)const |
| RSubSessionBase::SendReceive(TInt,const TIpcArgs &)const |
| RSubSessionBase::SendReceive(TInt,const TIpcArgs &,TRequestStatus &)const |
| RSubSessionBase::Session()const |
| RSubSessionBase::SubSessionHandle()const |
Constructor & Destructor Documentation
RCbsSettings(const RCbsSettings &)
Member Functions Documentation
GetLanguages(TCbsSettingsLanguages &)
Returns the preferred languages in aLanguages.
GetReceptionStatus(TBool &)
void | GetReceptionStatus | ( | TBool & | aStatus | ) | |
Returns the reception status in aStatus, which is ETrue if the reception is on. Otherwise it is EFalse.
Parameters
TBool & aStatus | The method returns the reception status in this parameter. |
GetTopicDetectionStatus(TBool &)
void | GetTopicDetectionStatus | ( | TBool & | aStatus | ) | |
Returns the topic detection status in aStatus, which is ETrue if the detection is on. Otherwise it is EFalse.
Parameters
TBool & aStatus | The method returns the topic detection status in this parameter. |
NotifySettingsChanged(TRequestStatus &, TCbsSettingsEvent &)
Requests the server to notify the client whenever any settings will be changed.
Note that for each subsession only one this kind of request can be pending. Each client is responsible of assuring this.
Parameters
TRequestStatus & aStatus | It is the variable that the server will modify whenever an event occurs. |
TCbsSettingsEvent & aEvent | The server will store the type of occurred event to this variable. |
NotifySettingsChangedCancel()
void | NotifySettingsChangedCancel | ( | ) | |
Cancels the request to notify the client.
Open(RCbs &)
Creates a subsession to the server.
Note that this method must be called before using any other method.
Parameters
RCbs & aServer | It is the session. |
SetLanguages(const TCbsSettingsLanguages &)
Changes the preferred languages to aLanguages.
SetReceptionStatus(TBool)
Changes the reception status to aStatus.
Parameters
TBool aStatus | It contains the new reception status. |
SetTopicDetectionStatus(TBool)
Changes the topic detection status to aStatus.
Parameters
TBool aStatus | It contains the new topic detection status. |
operator=(const RCbsSettings &)
Member Data Documentation
TPtr8
iNotifyEventPtr
TPtr8
| iNotifyEventPtr | [private] |
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.