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_C COMASuplCellInfo ( ) [protected]

~COMASuplCellInfo()

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

Member Functions Documentation

ConstructL()

void ConstructL ( ) [private]

GetCellId()

IMPORT_C TInt GetCellId ( )
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 void SetSuplCellInfo ( TInt aRefMNC,
TInt aRefMcc,
TInt aRefCI
)
Setter method for cellInfo
Since
S60 S60_3.1u

Parameters

TInt aRefMNC RefMNC Network country code
TInt aRefMcc Mobile country code
TInt aRefCI cell identity

SuplCellInfo(TInt &, TInt &, TInt &)

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

Parameters

TInt & aRefMNC RefMNC Network country code
TInt & aRefMcc Mobile country code
TInt & aRefCI cell identity

Member Data Documentation

TInt iRefCI

TInt iRefCI [protected]

TInt iRefMCC

TInt iRefMCC [protected]

TInt iRefMNC

TInt iRefMNC [protected]