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.
Dependents: mtsas mtsas mtsas mtsas
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 259 of file Cellular.h.
Field Documentation
| std::string message |
Message Body.
Definition at line 263 of file Cellular.h.
| std::string phoneNumber |
Message Phone Number.
Definition at line 261 of file Cellular.h.
| std::string timestamp |
Message Timestamp.
Definition at line 265 of file Cellular.h.
Generated on Tue Jul 12 2022 21:59:41 by
1.7.2