Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Socket lwip-sys lwip
Fork of AbitUSBModem by
Diff: sms/SMSInterface.h
- Revision:
- 99:514e67a69ad6
- Parent:
- 97:7d9cc95e2ea7
diff -r 1b851249d70b -r 514e67a69ad6 sms/SMSInterface.h
--- a/sms/SMSInterface.h Wed Feb 18 15:32:57 2015 +0000
+++ b/sms/SMSInterface.h Wed Feb 25 14:34:13 2015 +0000
@@ -78,8 +78,9 @@
char* m_msg;
size_t m_maxMsgLength;
char* m_msisdn;
+ char m_caller[12];
- enum { SMS_IDLE, SMS_SEND_CMD_SENT, SMS_GET_CMD_SENT, SMS_CMD_BUSY, SMS_CMD_PROCESSED } m_state;
+ enum { SMS_IDLE, SMS_SEND_CMD_SENT, SMS_GET_CMD_SENT, SMS_RING, SMS_CMD_BUSY, SMS_CMD_PROCESSED } m_state;
};
#endif /* SMSINTERFACE_H_ */
