RSat::TRunAtCommandRspV2 Class Reference

class RSat::TRunAtCommandRspV2 : public RSat::TSatPCmdBase

Contains your response to a RUN AT COMMAND proactive command. This should include the AT response string, if there is one. Pass this to the UICC with RSat::TerminalRsp(). See ETSI TS 102 223 and RSat::NotifyRunAtCommandPCmd() for more information about the command.

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

RSat::NotifyRunAtCommandPCmd()

Inherits from

Constructor & Destructor Documentation

TRunAtCommandRspV2()

IMPORT_CTRunAtCommandRspV2()

Default constructor.

Member Data Documentation

TAdditionalInfo iAdditionalInfo

TAdditionalInfo iAdditionalInfo

This should be the AT response string, if there is one. Otherwise, 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

If there is a AT response string then set this to RSat::KATResponse. If something goes wrong, then some error values of iGeneralResult require additional information, in which case set this to RSat::KMeProblem. Otherwise set to RSat::KNoAdditionalInfo.