Changes

116 bytes added ,  10:24, 30 August 2018
Line 616: Line 616:  
===Read SMS by index===
 
===Read SMS by index===
 
----
 
----
 +
 
To read a single SMS message, use '''''-S -r''''' or '''''--sms --read''''' options. Additionally you have to specify the '''''<INDEX>''''' of the message that you wish to read. The ''<INDEX>'' is an integer number that defines the position of a message in the SMS message list. It can range from 1 to however many messages your SMS memory can store.
 
To read a single SMS message, use '''''-S -r''''' or '''''--sms --read''''' options. Additionally you have to specify the '''''<INDEX>''''' of the message that you wish to read. The ''<INDEX>'' is an integer number that defines the position of a message in the SMS message list. It can range from 1 to however many messages your SMS memory can store.
   Line 639: Line 640:  
** Status - indicates whether the message has been previously read. (Possible values: ''read'' or ''new'')
 
** Status - indicates whether the message has been previously read. (Possible values: ''read'' or ''new'')
 
** Text - the body of the message
 
** Text - the body of the message
 
+
* no message - indicates that an SMS message with the specified ''<INDEX>'' does not exist
    
===List SMS by type===
 
===List SMS by type===
Line 660: Line 661:     
'''Possible responses''':
 
'''Possible responses''':
* five lines of string type output indicating the following information related to the SMS message:
+
* multiple entries comprised of five lines of string type output indicating the following information related to an SMS message:
 
** Index - an integer number indicating the position of the message in the SMS message list
 
** Index - an integer number indicating the position of the message in the SMS message list
 
** Date - the date the message was received
 
** Date - the date the message was received
Line 666: Line 667:  
** Text - the body of the message
 
** Text - the body of the message
 
** Status - indicates whether the message has been previously read. (Possible values: ''read'' or ''new'')
 
** Status - indicates whether the message has been previously read. (Possible values: ''read'' or ''new'')
 +
    
===Print SMS memory usage===
 
===Print SMS memory usage===
Line 686: Line 688:  
** Used - used memory space (integer)
 
** Used - used memory space (integer)
 
** Total - total memory space (integer)
 
** Total - total memory space (integer)
        Line 692: Line 693:  
----
 
----
   −
To check the SMS memory usage, use '''''-S -t''''' or '''''--sms --total''''' options.
+
To delete an SMS message, use '''''-S -d''''' or '''''--sms --delete''''' options.
    
'''Usage syntax''':
 
'''Usage syntax''':

Navigation menu