TChargeCard Class Reference
Contains information about a charge card. There are functions to get and set this information.
This class has been deprecated from 9.1 and should no longer be used.
Constructor & Destructor Documentation
TChargeCard(const TChargeCardAccount &, const TChargeCardPin &, const TChargeCardRule &, const TChargeCardRule &, const TChargeCardRule &)
Parameters
const TChargeCardAccount & aNumber | This string represents the charge card account number. |
const TChargeCardPin & aPin | This string represents the charge card PIN number. |
const TChargeCardRule & aLocalRule | This is a string representing the rule for dialling a local number. Each phone operator has its own rules for dialling local, national and international numbers. |
const TChargeCardRule & aNatRule | As for aLocalRule but for a national call. |
const TChargeCardRule & aIntlRule | As for aLocalRule but for an international call. |
Member Functions Documentation
IntlRule()
IMPORT_C TPtrC | IntlRule | ( | ) | const |
Returns the string that represents the rule for dialling an international number. Each phone operator has its own rules for dialling local, national and international numbers. 9.1
LocalRule()
IMPORT_C TPtrC | LocalRule | ( | ) | const |
Returns the string that represents the rule for dialling a local number. Each phone operator has its own rules for dialling local, national and international numbers. 9.1
NatRule()
IMPORT_C TPtrC | NatRule | ( | ) | const |
Returns the string that represents the rule for dialling a national number. Each phone operator has its own rules for dialling local, national and international numbers. 9.1
Number()
IMPORT_C TPtrC | Number | ( | ) | const |
Returns the string that represents the charge card account number. 9.1
Pin()
Returns the string that represents the charge card PIN number. 9.1
SetIntlRule(const TDesC &)
IMPORT_C void | SetIntlRule | ( | const TDesC & | | ) | |
Set the string that represents the rule for dialling an international number. Each phone operator has its own rules for dialling local, national and international numbers. 9.1
SetLocalRule(const TDesC &)
IMPORT_C void | SetLocalRule | ( | const TDesC & | | ) | |
Set the string that represents the rule for dialling a local number. Each phone operator has its own rules for dialling local, national and international numbers. 9.1
SetNatRule(const TDesC &)
IMPORT_C void | SetNatRule | ( | const TDesC & | | ) | |
Set the string that represents the rule for dialling a national number. Each phone operator has its own rules for dialling local, national and international numbers. 9.1
SetNumber(const TDesC &)
IMPORT_C void | SetNumber | ( | const TDesC & | | ) | |
Set the string that represents the charge card account number. 9.1
SetPin(const TDesC &)
IMPORT_C void | SetPin | ( | const TDesC & | | ) | |
Set the string that represents the charge card PIN number. 9.1
ValidateChargeCardInfo()
IMPORT_C TBool | ValidateChargeCardInfo | ( | ) | const |
True if the charge card number, PIN number, and the dialling rules (local, national and international) have been set. 9.1
Member Data Documentation
TChargeCardRule
iIntlRule
TChargeCardRule
iLocalRule
TChargeCardAccount
iNumber
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.