MultiTech / MTS-Cellular

Dependents:   mtsas mtsas mtsas mtsas

Embed: (wiki syntax)

« Back to documentation index

Cellular::Sms Struct Reference

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.