A library for talking to Multi-Tech's Cellular SocketModem Devices.

Dependents:   M2X_dev axeda_wrapper_dev MTS_M2x_Example1 MTS_Cellular_Connect_Example ... more

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 244 of file Cellular.h.


Field Documentation

std::string message

Message Body.

Definition at line 248 of file Cellular.h.

std::string phoneNumber

Message Phone Number.

Definition at line 246 of file Cellular.h.

std::string timestamp

Message Timestamp.

Definition at line 250 of file Cellular.h.