RSat::TGetInkeyRspV1 Class Reference

class RSat::TGetInkeyRspV1 : public RSat::TSatPCmdBase

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

Return the key press in iAdditionalInfo, plus the other information as indicated.

For Symbian OS v6.1 or v7.0 pass RSat::TerminalRsp() a RSat::TGetInkeyRspV1Pckg (a packaged TGetInkeyRspV1). For versions up to and including v8.1a and v8.1b use RSat::TGetInkeyRspV2Pckg (a packaged TGetInkeyRspV2). For later versions of Symbian OS, check for an updated API (RSat::TGetInkeyRspV3 etc).

RSat::TGetInkeyRspV2 RSat::NotifyGetInkeyPCmd()

Inherits from

Constructor & Destructor Documentation

TGetInkeyRspV1()

IMPORT_CTGetInkeyRspV1()

Default constructor.

Member Data Documentation

TAdditionalInfo iAdditionalInfo

TAdditionalInfo iAdditionalInfo

The key press.

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::KTextString to return a key press. Some error values of iGeneralResult require additional information, in which case set this to RSat::KMeProblem. Otherwise set to RSat::KNoAdditionalInfo.

TGetInkeyRspFormat iRspFormat

TGetInkeyRspFormat iRspFormat

The format of the key press, as given in RSat::TGetInkeyV1::iRspFormat.