SmsProvider Class |
Namespace: Eclo.NETMF.SIM800H
public class SmsProvider : IDisposable
The SmsProvider type exposes the following members.
Name | Description | |
---|---|---|
DeleteTextMessage |
Delete a text message
| |
DeleteTextMessages |
Deletes text messages according to delete option
| |
Dispose | Releases all resources used by the SmsProvider | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ListTextMessagesAsync |
Starts an asynchronous operation to get a list with indexes of text messages that match the MessageState criteria
| |
ReadTextMessage |
Requests to read the text message in the specified position.
| |
SendTextMessageAsync |
Starts an asynchronous operation to send a text message
| |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
SmsReceived |
Event raised when the module receives a new SMS message.
| |
SmsStatusReceived |
Event raised when the module receives a new SMS message.
|