From IQsimWiki
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
XIQS Get Card Transaction List - Sim Card Transaction Management
Description
|
- getXIQSCardTransacList ( Long id_card OR String imsi )
-
|
Parameters
|
- Long id_card
- Id of a SIM card
- String imsi
- IMSI of a SIM card
|
Return Values
|
- List of SIM Transactions (list < card >)
- 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_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 response5 - 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
-
|