TextMessage Class |
Namespace: Eclo.NETMF.SIM800H
public class TextMessage
The TextMessage type exposes the following members.
Name | Description | |
---|---|---|
TextMessage |
Instantiates a new SMS with empty number, and content, marks it as unsent and with the current time as the timestamp.
| |
TextMessage(String, String, MessageState, DateTime) |
Instantiates a new SMS message with the given parameters.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
Status |
Status of the message
| |
TelephoneNumber |
Number
| |
Text |
Message content
| |
Timestamp |
Date and time when the message was sent or received
|