From IQsimWiki
(Difference between revisions)
Revision as of 08:33, 1 February 2013
XIQS Get Card Transaction Status - Sim Card Transaction Management
Description
|
- getXIQSCardTransacStatus ( Long id_transac )
-
|
Parameters
|
- Long id_transac
- Id of a SIM card Transaction
|
Return Values
|
- Long id - SIM Transaction Id
- Integer method - One of: Call (0) / SMS (1) / Ussd (2) / UssdSms (4) / IvrSms (5)
- Integer status - One of: (0) Command waiting to be sent / (1) Command Sent To GSM Port / (3) Action Failed / (4) Action Successful / (5) Transaction will be retried
- Long lastupdate - Last status modification date
- Long error - Error status code
- Long id_card - SIM Id
- Long imsi - SIM IMSI
- Long id_device - GSM Device Id
- Integer devport - GSM Device Port number
- Long timeout - Timeout (in seconds)
- String command - Transaction command
- String response1 - Transaction answer 1
- String response2 - Transaction answer 2
- String response3 - Transaction answer 3
- String response4 - Transaction answer 4
- String response6 - Transaction answer 5
- String response6 - Transaction answer 6
- String response7 - Transaction answer 7
- String response8 - Transaction answer 8
- String response9 - Transaction answer 9
- String response10 - Transaction answer 10
- Error Data structure ( Error Management )
- Possible failure code returns
-
|