|  | SmsProvider Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Eclo.NETMF.SIM800H
 Syntax
Syntaxpublic class SmsProvider : IDisposable
The SmsProvider type exposes the following members.
 Methods
Methods| 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.) | 
 Events
Events| Name | Description | |
|---|---|---|
|  | SmsReceived | 
            Event raised when the module receives a new SMS message.
             | 
|  | SmsStatusReceived | 
            Event raised when the module receives a new SMS message.
             | 
 See Also
See Also