RSat::TSelectItemRspV1 Class Reference

class RSat::TSelectItemRspV1 : public RSat::TSatPCmdBase

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

For Symbian OS versions up to and including v8.1a and v8.1b pass RSat::TerminalRsp() a RSat::TSelectItemRspV1Pckg (a packaged TSelectItemRspV1). For later versions of Symbian OS, check for an updated API (RSat::TSelectItemRspV2 etc).

RSat::NotifySelectItemPCmd()

Inherits from

Constructor & Destructor Documentation

TSelectItemRspV1()

IMPORT_CTSelectItemRspV1()

Default constructor.

Member Data Documentation

TAdditionalInfo iAdditionalInfo

TAdditionalInfo iAdditionalInfo

Contains the user's chosen menu item. Alternatively, some error values for 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::KItemIdentifier when returning the user's choice. Some error values of iGeneralResult require additional information, in which case set this to RSat::KMeProblem. Otherwise set to RSat::KNoAdditionalInfo.