| Method |
Description |
Parameters |
Returns |
| ClearLog |
Clears the log file as defined by the LogFilePath
property |
KeepLinesInLog as Integer |
Log clear result as Boolean |
| Command |
Send a AT command to the modem |
ATCommand as String |
Modem Response as String |
| Connect |
Connect to the modem over serial port specified in
property 'Port' using values specified in properties BaudRate, Parity,
DataBits & StopBits |
- |
Connect result as Boolean |
| Disconnect |
Disconnect from the port connected using 'Connect' method |
- |
Disconnect result as Boolean |
| Inbox |
Contains all the incoming text messages |
- |
Incoming messages as Collection |
| IsError |
Checks if last method executed or last property
read/write generated any error |
ShowMsgBox as Boolean (Optional); MsgBoxTitle as String
(Optional) |
Error status as Boolean |
| License |
Object to enter license details |
- |
Object |
| SendSMS |
Sends a text message through the GSM modem connected to
serial port |
DestinationNumber as String; TextMessage as String;
AlertMessage as Boolean (Optional)
|
Message reference numbers as String |
| WapPush |
Object to create and send a WAP Push message |
- |
Object |