MessageState Enumeration |
Namespace: Eclo.NETMF.SIM800H
public enum MessageState
Member name | Value | Description | |
---|---|---|---|
Error | 0 | Error retrieving message | |
ReceivedUnread | 1 | Messages that were received and read | |
ReceivedRead | 2 | Messages that were received but not yet read | |
StoredUnsent | 3 | Messages that were created but not yet sent | |
StoredSent | 4 | Messages that were created and sent | |
All | 5 | All messages |