RSat::TLocalInfoRspV3 Class Reference

class RSat::TLocalInfoRspV3 : public RSat::TSatPCmdBase

Contains your response to a PROVIDE LOCAL INFORMATION proactive command. Pass this to the UICC with RSat::TerminalRsp(). See RSat::NotifyLocalInfoPCmd() for more information about the command.

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

Set iGeneralResultSet as defined in the specifications. Set iInfoType to RSat::KLocalInformation. The local information goes into iAdditionalInfo. The format of the information depends upon the network on which the phone is running. For GSM/WCDMA networks, read 3GPP TS 31.111; for CDMA networks read 3GPP2 C.S0035-0. ETSI TS 102 223 provides generic information about the PROVIDE LOCAL INFORMATION command.

RSat::NotifyLocalInfoPCmd()

Inherits from

Constructor & Destructor Documentation

TLocalInfoRspV3()

IMPORT_CTLocalInfoRspV3()

Default constructor.

Member Data Documentation

TAdditionalInfo iAdditionalInfo

TAdditionalInfo iAdditionalInfo

Contains the local information requested by the UICC. 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::KLocalInformation to return local information, or possibly RSat::KMeProblem is there is a problem.