Peter Ferland / MTS-Cellular-ME910

Fork of MTS-Cellular by MultiTech

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 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.