Back to Main Page
















MOBITEK SMS WEB API is a Web Server Component. Web developer can use it to add SMS features into his web application.






Web Server Component name : MobitekSMSWebAPI.dll

There are 4 main Application Programmable Interface (API) functions:

1) InitModem (COM port) = True or False

To initialise and to connect to the GSM Modem. Returns true if successfully connected.

2) ReadSMS () = True or False

To read incoming SMS. Returns true if successfully read. If true then retrieve the incoming SMS values i.e. Message, mobile number and date & time the message was send.

Property Msg - message

Property MN – mobile number of sender

Property TS - date & time the message was send

3.1) SendSMSWC (outgoing SMS, mobile number) = True or False

To send out SMS using Wavecom or iTegno GSM Modem. Returns true if successfully send.

3.2) SendSMSNokia (outgoing SMS, mobile number) = True or False

To send out SMS using Nokia30 GSM Modem. Returns true if successfully send.

4) CloseModem () = True or False

To shut down the modem port. Returns true if successfully closed.



 



Or contact us for more information.