Click or drag to resize
TextMessage Class
Class with text message (SMS) properties and content.
Inheritance Hierarchy
SystemObject
  Eclo.NETMF.SIM800HTextMessage

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 TextMessage

The TextMessage type exposes the following members.

Constructors
  NameDescription
Public methodTextMessage
Instantiates a new SMS with empty number, and content, marks it as unsent and with the current time as the timestamp.
Public methodTextMessage(String, String, MessageState, DateTime)
Instantiates a new SMS message with the given parameters.
Top
Properties
  NameDescription
Public propertyIndex
Index of the message in the SIM card's memory
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatus
Status of the message
Public fieldTelephoneNumber
Number
Public fieldText
Message content
Public fieldTimestamp
Date and time when the message was sent or received
Top
See Also