Skip to content

Commit fd13944

Browse files
authored
Update README.md
1 parent e9167a8 commit fd13944

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,31 +32,31 @@ Name|Return|Notes
3232
begin()|None|Initialize the library
3333
begin(number)|None|Initialize the library with user's baud rate
3434
reset()|None|Reset the module, and wait to Sms Ready.
35-
setSleepMode(bool)|true or false|enable or disable sleep mode *
36-
getSleepMode()|true or false|return sleep mode status *
37-
setFunctionalityMode(number)|true or false|set functionality mode *
38-
getFunctionalityMode()|true or false|return functionality mode status *
39-
setPIN(String)|true or false|enable user to set a pin code *
35+
setSleepMode(bool)|bool|enable or disable sleep mode *
36+
getSleepMode()|bool|return sleep mode status *
37+
setFunctionalityMode(number)|bool|set functionality mode *
38+
getFunctionalityMode()|bool|return functionality mode status *
39+
setPIN(String)|bool|enable user to set a pin code *
4040
getProductInfo()|String|return product identification information
4141
getOperatorsList()|String|return the list of operators
4242
getOperator()|String|return the currently selected operator
43-
calculateLocation()|true or false|calculate gsm position *
43+
calculateLocation()|bool|calculate gsm position *
4444
getLocationCode()|String|return the location code
4545
getLongitude()|String|return longitude
4646
getLatitude()|String|return latitude
47-
sendSms(number,text)|true or false|both parameters must be Strings. *
47+
sendSms(number,text)|bool|both parameters must be Strings. *
4848
readSms(index)|String|index is the position of the sms in the prefered memory storage
4949
getNumberSms(index)|String|returns the number of the sms.
50-
delAllSms()|true or false|Delete all sms *
50+
delAllSms()|bool|Delete all sms *
5151
signalQuality()|String|return info about signal quality
52-
answerCall()|true or false| *
52+
answerCall()|bool| *
5353
callNumber(number)|None|
54-
hangoffCall()|true or false| *
54+
hangoffCall()|bool| *
5555
getCallStatus()|uint8_t|Return the call status, 0=ready,2=Unknown(),3=Ringing,4=Call in progress
5656
setPhoneFunctionality()|None|Set at to full functionality
5757
activateBearerProfile()|None|
5858
deactivateBearerProfile()|None|
5959
RTCtime(int *day,int *month, int *year,int *hour,int *minute, int *second)|None| Parameters must be reference ex: &day
6060
dateNet()|String|Return date time GSM
61-
updateRtc(utc)|true or false|Return if the rtc was update with date time GSM.
61+
updateRtc(utc)|bool|Return if the rtc was update with date time GSM.
6262
____________________________________________________________________________________

0 commit comments

Comments
 (0)