HUAWEI MG323 GSM M2M Module
AT Command Interface Specification Commands for Internet Services
Issue 02 (2010-11-23) Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd. 146
10.4.3 Displaying the Status of the Specified Service Profile
Write
command
AT^SISI=<srvProfileId>
Function Queries the information about a service profile.
Response z In case of successful execution:
<CR><LF>^SISI:<srvProfileId>,<srvState>,<rxCount>,<txCount>,<ac
kData>, <unackData><CR><LF>
<CR><LF>OK<CR><LF>
z In case of an error during command execution:
<CR><LF>ERROR<CR><LF>
In case of an error related to the MT: <CR><LF>CME ERROR:
<err><CR><LF>
10.4.4 Examples
Example 1:
Query the value of srvProfileId for the defined profile.
AT^SISI=?
^SISI: (0,1,2)
OK
Example 2:
Query the information about all defined service profiles.
AT^SISI?
^SISI: 0,3,0,0,0,0
^SISI: 1,4,10,0,0,0
^SISI: 1,4,0,10,0,0
OK
Example 3:
Query the information about the service profile whose value of srvProfileId is 1.
AT^SISI=1
^SISI: 1,4,10,0,0,0
OK