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.
Fork of MTS-Cellular by
Cellular::Sms Struct Reference
This structure contains the data for an SMS message. More...
#include <Cellular.h>
Data Fields | |
| std::string | phoneNumber |
| Message Phone Number. | |
| std::string | message |
| Message Body. | |
| std::string | timestamp |
| Message Timestamp. | |
Detailed Description
This structure contains the data for an SMS message.
Definition at line 258 of file Cellular.h.
Field Documentation
| std::string message |
Message Body.
Definition at line 262 of file Cellular.h.
| std::string phoneNumber |
Message Phone Number.
Definition at line 260 of file Cellular.h.
| std::string timestamp |
Message Timestamp.
Definition at line 264 of file Cellular.h.
Generated on Tue Jul 12 2022 19:53:40 by
1.7.2
