RSat::TReceiveDataRspV2 Class Reference

class RSat::TReceiveDataRspV2 : public RSat::TSatPCmdBase

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

For Symbian OS versions from 7.0s to v8.1a and v8.1b pass RSat::TerminalRsp() a RSat::TReceiveDataRspV2Pckg (a packaged TReceiveDataRspV2). For later versions of Symbian OS, check for an updated API (RSat::TReceiveDataRspV3 etc).

RSat::NotifyReceiveDataPCmd()

Inherits from

Constructor & Destructor Documentation

TReceiveDataRspV2()

IMPORT_CTReceiveDataRspV2()

Default constructor.

Member Data Documentation

TAdditionalInfo iAdditionalInfo

TAdditionalInfo iAdditionalInfo

Contains the data that you are returning to the UICC. Alternatively, some error values of iGeneralResult require additional information, which goes here.

TUint8 iChannelDataLength

TUint8 iChannelDataLength

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 you are returning data to the UICC then set this to RSat::KChannelData. Some error values of iGeneralResult require additional information, in which case set this to RSat::KMeProblem. Otherwise set to RSat::KNoAdditionalInfo.