@@ -32,31 +32,31 @@ Name|Return|Notes
3232begin()|None|Initialize the library
3333begin(number)|None|Initialize the library with user's baud rate
3434reset()|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 *
4040getProductInfo()|String|return product identification information
4141getOperatorsList()|String|return the list of operators
4242getOperator()|String|return the currently selected operator
43- calculateLocation()|true or false |calculate gsm position *
43+ calculateLocation()|bool |calculate gsm position *
4444getLocationCode()|String|return the location code
4545getLongitude()|String|return longitude
4646getLatitude()|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. *
4848readSms(index)|String|index is the position of the sms in the prefered memory storage
4949getNumberSms(index)|String|returns the number of the sms.
50- delAllSms()|true or false |Delete all sms *
50+ delAllSms()|bool |Delete all sms *
5151signalQuality()|String|return info about signal quality
52- answerCall()|true or false | *
52+ answerCall()|bool | *
5353callNumber(number)|None|
54- hangoffCall()|true or false | *
54+ hangoffCall()|bool | *
5555getCallStatus()|uint8_t|Return the call status, 0=ready,2=Unknown(),3=Ringing,4=Call in progress
5656setPhoneFunctionality()|None|Set at to full functionality
5757activateBearerProfile()|None|
5858deactivateBearerProfile()|None|
5959RTCtime(int * day,int * month, int * year,int * hour,int * minute, int * second)|None| Parameters must be reference ex: &day
6060dateNet()|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