RMobilePhone::TMobileAddress Class Reference

class RMobilePhone::TMobileAddress

Defines API abstraction of a mobile telephone number.

Public Member Functions
TMobileAddress()
voidExternalizeL(RWriteStream &)
voidInternalizeL(RReadStream &)
Public Attributes
TMobileNPI iNumberPlan
TBuf< KMaxMobileTelNumberSize >iTelNumber
TMobileTON iTypeOfNumber

Constructor & Destructor Documentation

TMobileAddress()

IMPORT_CTMobileAddress()

Member Functions Documentation

ExternalizeL(RWriteStream &)

voidExternalizeL(RWriteStream &aStream)const

This method externalizes the mobile address into a stream.

Parameters

RWriteStream & aStreamThe write stream that will contain the mobile address.

InternalizeL(RReadStream &)

voidInternalizeL(RReadStream &aStream)

This method internalizes the mobile address from a stream.

Parameters

RReadStream & aStreamThe read stream containing the mobile address.

Member Data Documentation

TMobileNPI iNumberPlan

TMobileNPI iNumberPlan

Number plan.

TMobileNPI

TBuf< KMaxMobileTelNumberSize > iTelNumber

TBuf< KMaxMobileTelNumberSize >iTelNumber

Telephone number.

TMobileTON iTypeOfNumber

TMobileTON iTypeOfNumber

Type of number.

TMobileTON