diff --git a/new/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml b/new/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml new file mode 100644 index 00000000..9645462a --- /dev/null +++ b/new/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml @@ -0,0 +1,120 @@ + + + + + + + + + + Delete an SMS message. + + + + + + The index of the SMS. + + + + + + + Retrieve an SMS from the SIM card. + + + + + + The index of the SMS. + + + + + A dictionary containing SMS properties of the SMS specified by the given index. This dictionary may contain the following key/value pairs: + + number : string - Phone number (mandatory) + text : string - SMS text (mandatory) + smsc : string - SMS service center number (optional) + validity : uint (0..255) - Specifies when the SMS expires in SMSC (optional) + class : uint (0..3) - Message importance and location (optional) + completed: boolean - Whether all message parts have been received or not (optional) + index : uint - Index of message (for Get and Delete) (optional) + + + + + + + Retrieve all SMS messages. + + + + + + An array of dictionaries, each dictionary representing an SMS message. + Each dictionary contains key/value pairs as described by the Get + method. + + + + + + + + + + SMS properties to save with the following key values: + + number : string - Phone number (mandatory) + text : string - SMS text (mandatory) + smsc : string - SMS service center number (optional) + validity : uint (0..255) - Specifies when the SMS expires in SMSC (optional) + class : uint (0..3) - Message importance and location (optional) + + + + + + + + + + Emitted when any part of a new SMS has been received (but not for + subsequent parts, if any). Not all parts may have been received and the + message may not be complete; if it is, the 'complete' argument will be + TRUE. + + + + Index of the new SMS. + + + + + TRUE if all message parts have been received, otherwise FALSE. + + + + + + + Emitted when the complete-ness status of an SMS message changes. An SMS + may not necessarily be complete when the first part is received; this + signal will be emitted when all parts have been received, even for + single-part messages. + + + + The index of the SMS. + + + + + TRUE if all message parts have been received, otherwise FALSE. + + + + + +