#include <dial.h>
Link against: dial.lib
class TChargeCard |
Public Member Functions | |
---|---|
TChargeCard() | |
TChargeCard(const TChargeCardAccount &, const TChargeCardPin &, const TChargeCardRule &, const TChargeCardRule &, const TChargeCardRule &) | |
IMPORT_C TPtrC | IntlRule() |
IMPORT_C TPtrC | LocalRule() |
IMPORT_C TPtrC | NatRule() |
IMPORT_C TPtrC | Number() |
IMPORT_C TPtrC | Pin() |
IMPORT_C void | SetIntlRule(const TDesC &) |
IMPORT_C void | SetLocalRule(const TDesC &) |
IMPORT_C void | SetNatRule(const TDesC &) |
IMPORT_C void | SetNumber(const TDesC &) |
IMPORT_C void | SetPin(const TDesC &) |
IMPORT_C TBool | ValidateChargeCardInfo() |
Contains information about a charge card. There are functions to get and set this information.
DeprecatedThis class has been deprecated from 9.1 and should no longer be used.
IMPORT_C | TChargeCard | ( | const TChargeCardAccount & | aNumber, |
const TChargeCardPin & | aPin, | |||
const TChargeCardRule & | aLocalRule, | |||
const TChargeCardRule & | aNatRule, | |||
const TChargeCardRule & | aIntlRule | |||
) |
Creates a TChargeCard containing the parameters.
Deprecated9.1
Parameters | |
---|---|
aNumber | This string represents the charge card account number. |
aPin | This string represents the charge card PIN number. |
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. |
aNatRule | As for aLocalRule but for a national call. |
aIntlRule | As for aLocalRule but for an international call. |
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. Deprecated9.1
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. Deprecated9.1
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. Deprecated9.1
IMPORT_C TPtrC | Number | ( | ) | const |
Returns the string that represents the charge card account number. Deprecated9.1
IMPORT_C TPtrC | Pin | ( | ) | const |
Returns the string that represents the charge card PIN number. Deprecated9.1
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. Deprecated9.1
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. Deprecated9.1
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. Deprecated9.1
IMPORT_C void | SetNumber | ( | const TDesC & | ) |
Set the string that represents the charge card account number. Deprecated9.1
IMPORT_C void | SetPin | ( | const TDesC & | ) |
Set the string that represents the charge card PIN number. Deprecated9.1
IMPORT_C TBool | ValidateChargeCardInfo | ( | ) | const |
True if the charge card number, PIN number, and the dialling rules (local, national and international) have been set. Deprecated9.1