From IQsimWiki
(Difference between revisions)
Latest revision as of 10:09, 7 January 2013
XIQS Create Card Transaction - Sim Card Transaction Management
Description
|
- createXIQSCardTransac ( Integer method , Long id_card OR String imsi , String command , [ Integer timeout ] , [ Integer smsnb ] )
-
|
Parameters
|
- Integer method
- One of: Call (0) / SMS (1) / Ussd (2) / UssdSms (4) / IvrSms (5)
- Long id_card
- an existing SIM Id
- String imsi
- an existing SIM IMSI
- String command
- Transaction command
- [Integer timeout]
- Optional: Timeout (in seconds)(default=0)
- [Integer smsnb]
- Optional: Number of SMS expected (default=1)
|
Return Values
|
- Long id - the new SIM Transaction Id
- Error Data structure ( Error Management )
- Possible failure code returns
-
|