class TSuplTerminalPeriodicTrigger |
Class defines detailed information of a Periodic Type of Trigger.
Public Member Functions | |
---|---|
TSuplTerminalPeriodicTrigger () | |
IMPORT_C TInt | Get ( TUint &, TUint &, TUint &) |
IMPORT_C TInt | Set (const TUint &, const TUint &, const TUint &) |
Private Attributes | |
---|---|
TBool | iAreParamsSet |
TUint | iInterval |
TUint | iNoOfFixes |
TUint | iStartTime |
IMPORT_C | TSuplTerminalPeriodicTrigger | ( | ) |
Default constructor to Reset the object.
IMPORT_C TInt | Get | ( | TUint & | aNoOfFixes, |
TUint & | aInterval, | |||
TUint & | aStartTime | |||
) | const |
Returns periodic trigger parameters. Client must set the values before calling Get()
IMPORT_C TInt | Set | ( | const TUint & | aNoOfFixes, |
const TUint & | aInterval, | |||
const TUint & | aStartTime | |||
) |
Sets Periodic Trigger Parameters The client have some limitations while setting the periodic trigger parameters A client can set the number of fixes ranging from 1 to 8639999. A client can set the time interval ranging from 1 to 8639999 in seconds A client can set the start time ranging from 0 seconds to 2678400 in seconds
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.