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
 
m (added Category:R2D2 using HotCat)
 
(3 intermediate revisions by the same user not shown)
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
[[Category:NETWORK]]
 
[[Category:R2D2]]
IMSI NOT DETACHED<BR>

Latest revision as of 11:25, 27 March 2025

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