TOMASuplVersion Class Reference

class TOMASuplVersion
Data Type Class for holding the version of supl messages Holds the minor, major and servind fields of version eposomasuplasnconverter.lib
Since
S60 Series60_3.1U
Public Member Functions
TOMASuplVersion()
IMPORT_C voidSetSuplVersion(TInt, TInt, TInt)
IMPORT_C voidSuplVersion(TInt &, TInt &, TInt &)
Private Attributes
TInt iMajor
TInt iMinor
TInt iServInd

Constructor & Destructor Documentation

TOMASuplVersion()

IMPORT_CTOMASuplVersion()
Performs construction of an object
Since
Series 60 3.1U

Member Functions Documentation

SetSuplVersion(TInt, TInt, TInt)

IMPORT_C voidSetSuplVersion(TIntaMajor,
TIntaMinor,
TIntaServInd
)
Setter method for Version
Since
Series 60 3.1U The major version number The minor version number The ServInd version number

Parameters

TInt aMajor
TInt aMinor
TInt aServInd

SuplVersion(TInt &, TInt &, TInt &)

IMPORT_C voidSuplVersion(TInt &aMajor,
TInt &aMinor,
TInt &aServInd
)const
Getter method for Version
Since
Series 60 3.1U The major version number The minor version number The ServInd version number

Parameters

TInt & aMajor
TInt & aMinor
TInt & aServInd

Member Data Documentation

TInt iMajor

TInt iMajor[private]

TInt iMinor

TInt iMinor[private]

TInt iServInd

TInt iServInd[private]