RSat::TTimerMgmtRspV3 Class Reference

class RSat::TTimerMgmtRspV3 : public RSat::TSatPCmdBase

Contains your response to a TIMER MANAGEMENT proactive command. Pass this to the UICC with RSat::TerminalRsp(). See RSat::NotifyTimerMgmtPCmd() for more information about the command.

For Symbian OS versions from 7.0s to v8.1a and v8.1b pass RSat::TerminalRsp() a RSat::TTimerMgmtRspV3Pckg (a packaged TTimerMgmtRspV3). For later versions of Symbian OS, check for an updated API (RSat::TTimerMgmtRspV4 etc).

RSat::NotifyTimerMgmtPCmd()

Inherits from

Constructor & Destructor Documentation

TTimerMgmtRspV3()

IMPORT_CTTimerMgmtRspV3()

Default constructor.

Member Data Documentation

TAdditionalInfo iAdditionalInfo

TAdditionalInfo iAdditionalInfo

Return the timer's value in here when RSat::TTimerMgmtV3::iMode in the original command was is RSat::EGetTimerValue or RSat::EDeactivateTimer. Alternatively, some error values of iGeneralResult require additional information, which goes here.

TPCmdResult iGeneralResult

TPCmdResult iGeneralResult

General result of the proactive command. Set this as described in the proactive commands versus terminal response table in ETSI TS 102 223.

TUint iInfoType

TUint iInfoType

Set to RSat::KTimerMgmt if you are returning a timer's value to the UICC. This occurs when RSat::TTimerMgmtV3::iMode in the original command was is RSat::EGetTimerValue or RSat::EDeactivateTimer. Otherwise set to RSat::KMeProblem or RSat::KNoAdditionalInfo.