Click or drag to resize
MessageState Enumeration
Possible states for a text message

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 enum MessageState
Members
  Member nameValueDescription
Error0 Error retrieving message
ReceivedUnread1 Messages that were received and read
ReceivedRead2 Messages that were received but not yet read
StoredUnsent3 Messages that were created but not yet sent
StoredSent4 Messages that were created and sent
All5 All messages
See Also