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).
Public Member Functions | |
---|---|
TGetInkeyRspV1() |
Inherited Functions | |
---|---|
RSat::TSatBase::ExtensionId()const | |
RSat::TSatBase::TSatBase() | |
RSat::TSatPCmdBase::PCmdNumber()const | |
RSat::TSatPCmdBase::SetPCmdNumber(TUint8) | |
RSat::TSatPCmdBase::TSatPCmdBase() |
Public Attributes | |
---|---|
TAdditionalInfo | iAdditionalInfo |
TPCmdResult | iGeneralResult |
TUint | iInfoType |
TGetInkeyRspFormat | iRspFormat |
Inherited Attributes | |
---|---|
RSat::TSatBase::iExtensionId | |
RSat::TSatPCmdBase::iPCmdNumber |
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 |
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 |
The format of the key press, as given in RSat::TGetInkeyV1::iRspFormat.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.