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

Constructor & Destructor Documentation

TOMASuplVersion()

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

Member Functions Documentation

SetSuplVersion(TInt, TInt, TInt)

IMPORT_C void SetSuplVersion ( TInt aMajor,
TInt aMinor,
TInt aServInd
)
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 void SuplVersion ( 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]