
![]() |
![]() |
|
Location:
Gsmuelem.h
Link against: gsmu.lib
class TGsmSmsTypeOfAddress : public TSmsOctet;
Type-of-address field defined in ETSI 3GPP TS 23.040
TSmsOctet
- Base class for performing all operations on octets
TGsmSmsTypeOfAddress
- Type-of-address field defined in ETSI 3GPP TS 23.040
Defined in TGsmSmsTypeOfAddress
:
ConvertToETelMM()
, EGsmSmsFirstBitMask
, EGsmSmsNPIMask
, EGsmSmsTONMask
, NPI()
, SetFromETelMM()
, SetNPI()
, SetTON()
, TGsmSmsTypeOfAddress()
, TGsmSmsTypeOfAddress()
, TON()
, anonymous
Inherited from TSmsOctet
:
DecodeL()
,
ExternalizeL()
,
FillSemiOctets()
,
InternalizeL()
,
SemiOctetsToNum()
,
iValue
,
operator TInt()
inline TGsmSmsTypeOfAddress(TInt aValue=EGsmSmsFirstBitMask);
Constructor, specifying an octet value.
|
inline TGsmSmsTypeOfAddress(TGsmSmsTypeOfNumber aTon, TGsmSmsNumberingPlanIdentification aNPI);
Constructor, specifying type of numbering and numbering plan identification.
|
inline TGsmSmsTypeOfNumber TON() const;
Gets the type of numbering.
|
inline void SetTON(TGsmSmsTypeOfNumber aTON);
Sets the type of numbering.
|
inline TGsmSmsNumberingPlanIdentification NPI() const;
Gets the numbering plan identification.
|
inline void SetNPI(TGsmSmsNumberingPlanIdentification aNPI);
Sets the numbering plan identification.
|
IMPORT_C void ConvertToETelMM(NMobilePhone::TMobileTON &aTON, NMobilePhone::TMobileNPI &aNPI) const;
Converts type of number and numbering plan identification information from the type of address parameter to the NMobilePhone::TMobileTON
and NMobilePhone::TMobileNPI
format.
|
IMPORT_C void SetFromETelMM(NMobilePhone::TMobileTON aTON, NMobilePhone::TMobileNPI aNPI);
Sets type of number and numbering plan identification information from values specified in NMobilePhone::TMobileTON
and NMobilePhone::TMobileNPI
formats.
|