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

 

GetManufacturer

Get manufacturer of the device.

 

GetModel

Get model of the device.

 

GetNetworkInfo

Get network information.

 

GetIMEI

Get IMEI of the device.

 

GetFirmware

Get firmware version of the device.

 

GetHardware

Get hardware version of the device.

 

GetBatteryLevel

Get power supply status.

 

GetSignalLevel

Get signal quality of the network.

 

GetTime

Get current time of the device.

 

SetTime

Set current time of the device.

 

GetSMSCNumber

Get address number of the SMS center.

 

SetSMSCNumber

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.