Methods
1. Connections
| Connect |
Connect to the device. |
|
| Disconnect | Close the connection. | |
| CheckConnection | Check the connection status. | |
| Command | Send the user instruction to the device. |
2. Information of the device
|
Get manufacturer of the device. |
||
|
Get model of the device. |
||
|
Get network information. |
||
|
Get IMEI of the device. |
||
|
Get firmware version of the device. |
||
|
Get hardware version of the device. |
||
|
Get power supply status. |
||
|
Get signal quality of the network. |
||
|
Get current time of the device. |
||
|
Set current time of the device. |
||
|
Get address number of the SMS center. |
||
|
Set address number of the SMS center. |
3. SMSs
| GetSMSCapacity | Get available space of SMS memory. | |
| GetSMSBusy | Get used space of SMS memory. | |
| GetSMSFolderInfo | Get SMS folder name. | |
| ReadAllSMS | Read all SMS entries. | |
| DeleteSMS | Delete SMS entry. | |
| SendSMS | Send text message. | |
| CountSMSText | CountSMSText. | |
| SendWAPPush | Send WAP push message. |
4. Calls
| DialCall | Initiate a voice call. | |
| AnswerCall | Answer an incoming voice call. | |
| EndCall | End a voice call. | |
| SendDTMF | Send a sequence of the DTMF tones. |
5. USSD
| DialUSSD | ||
| ReplyUSSD | ||
| EndUSSD |
6. Error
| GetLastError | Return the error code of the last operation. |