COMASuplCellInfo Class Reference

class COMASuplCellInfo : public CBase
Class containing CellInforamtion For holding the cell information, base class for GSM cell Information eposomasuplasnconverter.lib
Since
S60 S60_3.1u

Inherits from

Constructor & Destructor Documentation

COMASuplCellInfo()

IMPORT_CCOMASuplCellInfo()[protected]

~COMASuplCellInfo()

IMPORT_C~COMASuplCellInfo()[virtual]
Destructor
Since
S60 S60_3.1u

Member Functions Documentation

ConstructL()

voidConstructL()[private]

GetCellId()

IMPORT_C TIntGetCellId()
Getter method for cell identity
Since
S60 S60_3.1u

NewL()

IMPORT_C COMASuplCellInfo *NewL()[static]
Two phased constructor
Since
S60 S60_3.1u

SetSuplCellInfo(TInt, TInt, TInt)

IMPORT_C voidSetSuplCellInfo(TIntaRefMNC,
TIntaRefMcc,
TIntaRefCI
)
Setter method for cellInfo
Since
S60 S60_3.1u

Parameters

TInt aRefMNCRefMNC Network country code
TInt aRefMccMobile country code
TInt aRefCIcell identity

SuplCellInfo(TInt &, TInt &, TInt &)

IMPORT_C voidSuplCellInfo(TInt &aRefMNC,
TInt &aRefMcc,
TInt &aRefCI
)const
Getter method for cellInfo
Since
S60 S60_3.1u

Parameters

TInt & aRefMNCRefMNC Network country code
TInt & aRefMccMobile country code
TInt & aRefCIcell identity

Member Data Documentation

TInt iRefCI

TInt iRefCI[protected]

TInt iRefMCC

TInt iRefMCC[protected]

TInt iRefMNC

TInt iRefMNC[protected]