nrf9160

Test command

The test command returns supported indicator states.

Response syntax:

+CIND: (<descr>,(list of supported <ind>s))[,(<descr>,(list of supported <ind>s))[,...]]

The test command parameters and their defined values are the following:

<ind>
Integer. 0 – Off.

Other values are <descr>-specific.

"service": 1 – On
"roam": 1 – On
"message": 1 – On
<descr>
"service" – Service availability
"roam" – Roaming indicator
"message" – Message received

The following command example reads the indicator states:

AT+CIND=?
+CIND: ("service",(0,1)),("roam",(0,1)),("message",(0,1))
OK