ImsiDetach: Difference between revisions

From Ultiroam User Docs
Jump to navigation Jump to search
(Created page with "This command allows to attach a SIM to the GSM network. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |ImsiAttach |PortIndex |Error Code in case of error |} '''OUTPUT:''' None. '''EXAMPLE:''' ~#IMSIAttach 0 OK ~# IMSIAttach 1 IMSI NOT DETACHED<BR>")
Tag: 2017 source edit
 
No edit summary
Line 1: Line 1:
This command allows to attach a SIM to the GSM network.
This command allows to detach a SIM from the GSM network.


'''COMMAND:'''
'''COMMAND:'''
Line 7: Line 7:
!Returns
!Returns
|-
|-
|ImsiAttach
|ImsiDetach
|PortIndex
|PortIndex
|[[R2D2 Error Codes|Error Code]] in case of error
|[[R2D2 Error Codes|Error Code]] in case of error
Line 17: Line 17:
'''EXAMPLE:'''
'''EXAMPLE:'''


~#IMSIAttach 0
~#IMSIDetach 0


OK
OK
~# IMSIAttach 1
IMSI NOT DETACHED<BR>

Revision as of 22:12, 14 May 2024

This command allows to detach a SIM from the GSM network.

COMMAND:

Command Input Arguments Returns
ImsiDetach PortIndex Error Code in case of error

OUTPUT:

None.

EXAMPLE:

~#IMSIDetach 0

OK