RSat::TLaunchBrowserRspV2 Class Reference

class RSat::TLaunchBrowserRspV2 : public RSat::TSatPCmdBase

Contains your response to a LAUNCH BROWSER proactive command. Pass this to the UICC with RSat::TerminalRsp() . See ETSI TS 102 223 and RSat::NotifyLaunchBrowserPCmd() for more information about the command.

For Symbian OS versions from v7.0s to v8.1a and v8.1b, pass RSat::TerminalRsp() a RSat::TLaunchBrowserRspV2Pckg (a packaged TLaunchBrowserRspV2 ). For later versions of Symbian OS, check for an updated API (RSat::TLaunchBrowserRspV3 etc).

RSat::NotifyLaunchBrowserPCmd()

Inherits from

Constructor & Destructor Documentation

TLaunchBrowserRspV2()

IMPORT_C TLaunchBrowserRspV2 ( )

Default constructor.

Member Data Documentation

TAdditionalInfo iAdditionalInfo

TAdditionalInfo iAdditionalInfo

Some error values of iGeneralResult require additional information, which goes here. If iGeneralResult is RSat::KLaunchBrowserError then place a value from RSat::TBrowserError in here.

TPCmdResult iGeneralResult

TPCmdResult iGeneralResult

General result of the proactive command. Set this as described in ETSI TS 102 223 and RSat::KLaunchBrowserError .

TUint iInfoType

TUint iInfoType

Some error values for iGeneralResult (such as RSat::KLaunchBrowserError ) require additional information, in which case set iInfoType to RSat::KMeProblem . Otherwise set to RSat::KNoAdditionalInfo .