ModemManagerQt
sms.h
27 * Note: MMSmsStorage, MMSmsState, MMSmsPduType and MMSmsDeliveryState enums are defined in <ModemManager/ModemManager-enums.h>
28 * See http://www.freedesktop.org/software/ModemManager/api/1.0.0/ModemManager-Flags-and-Enumerations.html
89 * @return A ValidityPair struct composed of a MMSmsValidityType type and a value indicating the validity of the SMS
MMSmsDeliveryState deliveryState() const
This method returns the delivery state of the SMS.
Definition sms.cpp:179
void stateChanged(MMSmsState newState)
This signal is emitted when the state of the SMS has changed.
uint messageReference() const
This method returns the message reference of the last PDU sent/received in the SMS.
Definition sms.cpp:161
MMSmsPduType pduType() const
This method returns the Protocol Data Unit (PDU) type of the SMS.
Definition sms.cpp:113
void setTimeout(int timeout)
Sets the timeout in milliseconds for all async method DBus calls.
Definition sms.cpp:204
int timeout() const
Returns the current value of the DBus timeout in milliseconds.
Definition sms.cpp:210
QString number() const
This method returns the phone number to which the SMS is addressed to.
Definition sms.cpp:119
void deliveryStateChanged(MMSmsDeliveryState newDeliveryState)
This signal is emitted when the delivery state of the SMS has changed.
MMSmsStorage storage() const
This method returns the storage area/location of the SMS.
Definition sms.cpp:185
QDBusPendingReply store(MMSmsStorage storage=MM_SMS_STORAGE_UNKNOWN)
Store the SMS.
Definition sms.cpp:101
This namespace allows to query the underlying system to discover the available modem interfaces respo...
Definition bearer.cpp:20
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:54:23 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:54:23 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.