RMobilePhone::TMobileAddress Class Reference

class RMobilePhone::TMobileAddress

Defines API abstraction of a mobile telephone number.

Public Member Functions
TMobileAddress ()
void ExternalizeL ( RWriteStream &)
void InternalizeL ( RReadStream &)
Public Attributes
TMobileNPI iNumberPlan
TBuf < KMaxMobileTelNumberSize > iTelNumber
TMobileTON iTypeOfNumber

Constructor & Destructor Documentation

TMobileAddress()

IMPORT_C TMobileAddress ( )

Member Functions Documentation

ExternalizeL(RWriteStream &)

void ExternalizeL ( RWriteStream & aStream ) const

This method externalizes the mobile address into a stream.

Parameters

RWriteStream & aStream The write stream that will contain the mobile address.

InternalizeL(RReadStream &)

void InternalizeL ( RReadStream & aStream )

This method internalizes the mobile address from a stream.

Parameters

RReadStream & aStream The 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