|
|
|
Location:
dial.h
const TInt KChargeCardRuleSize=32;
The size of the buffer to create that holds the charge card dialling rules.
const TInt KChargeCardAccountNumberSize=32;
The size of the buffer to create that holds the charge card number.
const TInt KChargeCardPinSize=8;
The size of the buffer to create that holds the charge card personal identification number (PIN).
const TInt KDialOutLocalCodeSize=4;
The size of the buffer to create that holds the code indicating that the dialled call is a local one.
const TInt KDialOutLongDistanceCodeSize=4;
The size of the buffer to create that holds the code indicating that the dialled call is a long distance one.
const TInt KDisableCallWaitingCodeSize=8;
The size of the buffer to create that holds the code that disables call waiting.
const TInt KPhoneNumberSize=100;
The size of the buffer to create that holds the phone number.
const TInt KPhoneNumberDefaultFlags=KPhoneNumberUsePulseDial;
The default dialling mode.