EPOC   SDK Home Glossary Indexes Previous Next Up

TGsmTelNumber struct


Contents


TGsmTelNumber struct — GSM telephone number

Section Contents


Overview

Defined in

etelbgsm.h

Link against

gsmbas.lib

Description

The standard structure of a GSM telephone number, including the type of number (TON) and a text string containing the digits/characters of the phone number or SS string.


Data members

TUint iTypeOfNumber

The type of the phone number; international (145) or local (129).

TBuf8<KGsmMaxTelNumberSize> iTelNumber

The phone number or SS string’s valid characters, coded as 8-bit ASCII characters. The number string may contain the characters ‘0’..’9’, ‘+’, ‘A’, ‘B’, ‘C’, ‘D’, ‘p’, ‘w’, ‘#’, and ‘*’.

Notes:
EPOC       SDK Home Glossary Indexes Previous Next Up