RSat::TGetFramesStatusRspV6 Class Reference

class RSat::TGetFramesStatusRspV6 : public RSat::TSatPCmdBase

Contains the response to a GET FRAMES STATUS proactive command. Pass this to the UICC with RSat::TerminalRsp(). See ETSI TS 102 223 and RSat::NotifyGetFramesStatusPCmd() for more information about the command.

For Symbian OS version 9.4 pass RSat::TerminalRsp() a RSat::TGetFramesStatusRspV6Pckg (a packaged TGetFramesStatusRspV6). For later versions of Symbian OS, check for an updated API (RSat::TGetFramesStatusRspV7 etc).

RSat::TGetFramesStatusRspV6Pckg RSat::NotifyGetFramesStatusPCmd()

Inherits from

Constructor & Destructor Documentation

TGetFramesStatusRspV6()

IMPORT_CTGetFramesStatusRspV6()

Default constructor

Member Data Documentation

TAdditionalInfo iAdditionalInfo

TAdditionalInfo iAdditionalInfo

Contains additional information associated with certain error codes set in iGeneralResult. If the value in iGeneralResult does not require any information then leave this field empty.

TFramesInformation iFramesInformation

TFramesInformation iFramesInformation

Contains the Frames information in the ME, if iGeneralResult is KSuccess and the frames information is available. If not, this is left blank

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 the value of iGeneralResult requires additional information, set this to RSat::KFramesInfo or RSat::KMeProblem. Otherwise set to RSat::KNoAdditionalInfo.