class CPhCltDialData : public CBase |
It defines the structure containing dial information.
Fields:
window group - When call is ended, set window group is actived.
show number - Permission to show number. ETrue if it is allowed.
redial - Automatic redial override.
name - Name corresponding to number. Name must be defined if shown number equals to EFalse. contact link - Contact link. you should put always when you are dialing from phonebook contact. tel number - String that is to be dialled. number fields are supported. allow match - Permission to allow match. ETrue if match is to be done. If you are dialing from sim pd or fdn, then this should be EFalse. number entry - Returns whether to return to the number entry on failure
end other calls - Information if the existing calls are ended before this new one is made. Not mandatory. Set only if you know that the call is an emergency call. subaddress - The calling party subaddress. Supports SAT features. Defined in ITU-T I.330 and 3GPP TS 11.14. SATCall - Set whether this is SAT originated call or not. Supports SAT features. bearer - Bearer capabilities. Supports SAT features.
CallType - The type of the call, i.e. voice (default) or video.
SendKey - Call made with SendKey, optional.
Redial maximum duration - Automatic redial maximum duration
Initiate call - true if iniate call false otherwise
UUI - User to user information sent on call setup phase.
Protected Member Functions | |
---|---|
CPhCltDialData() | |
void | ConstructL() |
TBool | AllowMatch | ( | ) | const [pure virtual] |
const TPhCltBearerCapability & | Bearer | ( | ) | const [pure virtual] |
TPhCltCallType | CallType | ( | ) | const [pure virtual] |
const TDesC8 & | ContactLink | ( | ) | const [pure virtual] |
TBool | EndOtherCalls | ( | ) | const [pure virtual] |
const TTimeIntervalSeconds | RedialMaximumDuration | ( | ) | const [pure virtual] |
void | SetAllowMatch | ( | TBool | aAllowMatch | ) | [pure virtual] |
TBool aAllowMatch | Whether to allow matches. |
void | SetBearerL | ( | const TPhCltBearerCapability & | aBearer | ) | [pure virtual] |
const TPhCltBearerCapability & aBearer | The bearer capabilities as defined in GSM 04.08. KErrArgument if aBearer's length is longer than KAiwBearerLength |
void | SetCallType | ( | TPhCltCallType | aCallType | ) | [pure virtual] |
TPhCltCallType aCallType | calls' type. |
void | SetContactLinkL | ( | const TDesC8 & | aContactLink | ) | [pure virtual] |
const TDesC8 & aContactLink | Contact link information. |
void | SetEndOtherCalls | ( | TBool | aEndCalls | ) | [pure virtual] |
TBool aEndCalls | Are the other calls ended. |
void | SetInitiateCall | ( | TBool | aInitCall | ) | [pure virtual] |
TBool aInitCall | ETrue if call is intiate call |
void | SetNameL | ( | const TPhCltNameBuffer & | aName | ) | [pure virtual] |
const TPhCltNameBuffer & aName | The name of the person being called. KErrArgument if aName length is over 50 characters. |
void | SetRedial | ( | TInt | aRedial | ) | [pure virtual] |
TInt aRedial | The new redial status |
void | SetRedialMaximumDuration | ( | TTimeIntervalSeconds | aMaximumRedialDuration | ) | [pure virtual] |
TTimeIntervalSeconds aMaximumRedialDuration |
void | SetSATCall | ( | TBool | aSATCall | ) | [pure virtual] |
TBool aSATCall | ETrue if SAT originated the call, EFalse otherwise. |
void | SetSendKeyPressed | ( | TBool | aSendKey | ) | [pure virtual] |
TBool aSendKey | The value of SendKey. |
void | SetServiceId | ( | TUint32 | aServiceId | ) | [pure virtual] |
Set the value of xSP Service Id.
TUint32 aServiceId | The value of Service Id. |
void | SetShowNumber | ( | TBool | aShowNumber | ) | [pure virtual] |
TBool aShowNumber | Whether or not to show the number. |
void | SetSubAddressL | ( | const TPhCltSubAddress & | aSubAddress | ) | [pure virtual] |
const TPhCltSubAddress & aSubAddress | The calling party subaddress. KErrArgument if aSubAddress length is longer than KAiwSubAddressLength |
void | SetTelephoneNumber | ( | const TPhCltTelephoneNumber & | aNumber | ) | [pure virtual] |
const TPhCltTelephoneNumber & aNumber | Phone number, which maximum length is KMaximumPhoneNumberLength. KErrArgument if aPhoneNumber length is over KMaximumPhoneNumberLength |
void | SetUUIL | ( | const TDesC & | aUUI | ) | [pure virtual] |
const TDesC & aUUI | User to user information. |
void | SetWindowGroup | ( | TInt | aWindowGroup | ) | [pure virtual] |
TInt aWindowGroup | Window group id. |
const TPhCltSubAddress & | SubAddress | ( | ) | const [pure virtual] |
const TPhCltTelephoneNumber & | TelephoneNumber | ( | ) | const [pure virtual] |
TInt | WindowGroup | ( | ) | const [pure virtual] |
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.