Changes

13 bytes added ,  11:26, 30 July 2018
no edit summary
Line 17: Line 17:  
'''Example structure'''
 
'''Example structure'''
   −
Individual options are described in their separate subsections of this article. To find the information you are looking for more effectively, refer to the table of contents at the top of the page or use your browser's find feature ('''Control + F''').
+
Individual options are described in separate subsections of this article. To find the information you are looking for faster, refer to the table of contents at the top of the page or use your browser's "Find in page" ('''Control + F''') feature.
   −
Each option is presented with the usage syntax and an example command. For easier differentiation of the different elements that make up the examples, different colors are used:
+
Each option is presented with its usage syntax and an example command. For easier differentiation of the different elements that make up the examples, different colors are used:
 
* <span style="color:blue;">options</span> are highlighted in blue
 
* <span style="color:blue;">options</span> are highlighted in blue
 
* <span style="color:red;">responses</span> are highlighted in red
 
* <span style="color:red;">responses</span> are highlighted in red
 
* <span style="color:purple;">additional information</span> is highlighted in purple
 
* <span style="color:purple;">additional information</span> is highlighted in purple
   
----
 
----
 
'''Two execution methods'''
 
'''Two execution methods'''
    
Each option can be executed in two distinct ways. One is shorter, the other is longer and more descriptive. For example, to obtain the modem's IMEI you can either use:
 
Each option can be executed in two distinct ways. One is shorter, the other is longer and more descriptive. For example, to obtain the modem's IMEI you can either use:
 
+
* short version: '''''gsmctl -i'''''
shorter version: '''''gsmctl -i'''''
+
* long version: '''''gsmctl --imei'''''
 
  −
longer version: '''''gsmctl --imei'''''
   
----
 
----
 
'''Combined options'''
 
'''Combined options'''
   −
Multiple options can be combined together to obtain more than one parameter at a time. For example, to obtain the name of the operator used, signal strength and connection type with one command use this:
+
Multiple options can be combined together to obtain more than one parameter at a time. For example, to obtain the name of the operator used, signal strength and connection type with one command you can use one of the following:
 
+
* short version: '''''gsmctl -oqt'''''
shorter version: '''''gsmctl -oqt'''''
+
* long version: '''''gsmctl --operator --signal --conntype'''''
 
  −
longer version: '''''gsmctl --operator --signal --conntype'''''
      
Note that in the shorter version multiple options can be used together with one hyphen (-) symbol with no spacing, while in the longer version different options must be separated by spaces and before each option a double hyphen (--) is required.
 
Note that in the shorter version multiple options can be used together with one hyphen (-) symbol with no spacing, while in the longer version different options must be separated by spaces and before each option a double hyphen (--) is required.