Click or drag to resize
SmsProvider Class
SMS client class with methods to send and read SMSs.
Inheritance Hierarchy
SystemObject
  Eclo.NETMF.SIM800HSmsProvider

Namespace: Eclo.NETMF.SIM800H
Assembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax
C#
public class SmsProvider : IDisposable

The SmsProvider type exposes the following members.

Methods
  NameDescription
Public methodDeleteTextMessage
Delete a text message
Public methodDeleteTextMessages
Deletes text messages according to delete option
Public methodDispose
Releases all resources used by the SmsProvider
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodListTextMessagesAsync
Starts an asynchronous operation to get a list with indexes of text messages that match the MessageState criteria
Public methodReadTextMessage
Requests to read the text message in the specified position.
Public methodSendTextMessageAsync
Starts an asynchronous operation to send a text message
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventSmsReceived
Event raised when the module receives a new SMS message.
Public eventSmsStatusReceived
Event raised when the module receives a new SMS message.
Top
See Also