TOMASuplPeriodicParams Class Reference

class TOMASuplPeriodicParams

Class to hold SUPL Periodic Parameters

Constructor & Destructor Documentation

TOMASuplPeriodicParams()

IMPORT_CTOMASuplPeriodicParams()

Constructor for TOMASuplPeriodicParams

Member Functions Documentation

GetStartTimeSet(TInt32 &)

IMPORT_C TIntGetStartTimeSet(TInt32 &aStartTime)const

Getter method for Start time

Parameters

TInt32 & aStartTime

GetSuplPeriodicParams(TInt32 &, TInt32 &)

IMPORT_C voidGetSuplPeriodicParams(TInt32 &aNoOfFixes,
TInt32 &aIntervalBetFixes
)const
Getter method for TOMASuplPeriodicParams mandatory parameters
Since
S60 S60_5.2

Parameters

TInt32 & aNoOfFixesNumber of fixes is returned in this
TInt32 & aIntervalBetFixesInterval between fixes is returned in this

SetStartTimeSet(TInt32)

IMPORT_C voidSetStartTimeSet(TInt32aStartTime)

Setter method for start time value

Parameters

TInt32 aStartTime

SetSuplPeriodicParams(const TInt32, const TInt32)

IMPORT_C voidSetSuplPeriodicParams(const TInt32aNoOfFixes,
const TInt32aIntervalBetFixes
)

Setter method for number of fixes and interval between fixes

Parameters

const TInt32 aNoOfFixes
const TInt32 aIntervalBetFixes

Member Data Documentation

TBool iIsStartTimeSet

TBool iIsStartTimeSet[private]

TInt32 intervalBetweenFixes

TInt32 intervalBetweenFixes[private]

TInt32 numberOfFixes

TInt32 numberOfFixes[private]

TInt32 startTime

TInt32 startTime[private]