aboutsummaryrefslogtreecommitdiff
path: root/introspection/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml
diff options
context:
space:
mode:
Diffstat (limited to 'introspection/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml')
-rw-r--r--introspection/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml37
1 files changed, 19 insertions, 18 deletions
diff --git a/introspection/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml b/introspection/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml
index 15953b8..9aa96de 100644
--- a/introspection/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml
+++ b/introspection/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml
@@ -31,9 +31,10 @@
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)
+ text : string - SMS text (mandatory, empty if data cannot be decoded)
+ data : byte array - SMS user data (TP-UD) (mandatory)
+ data-coding-scheme: uint (0..255) - SMS user data coding scheme (TP-DCS) (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)
@@ -75,15 +76,15 @@
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_sms_save"/>
<arg name="properties" type="a{sv}" direction="in">
- <tp:docstring>
- SMS properties to save with the following key values:
+ <tp:docstring>
+ 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)
- </tp:docstring>
+ number : string - Phone number (mandatory)
+ text : string - SMS text (mandatory)
+ smsc : string - SMS service center number (optional)
+ relative-validity : uint - Minutes until the SMS expires in SMSC (optional)
+ class : uint (0..3) - Message importance and location (optional)
+ </tp:docstring>
</arg>
<arg name="index" type="au" direction="out"/>
</method>
@@ -92,15 +93,15 @@
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_sms_send"/>
<arg name="properties" type="a{sv}" direction="in">
- <tp:docstring>
- SMS properties to save with the following key values:
+ <tp:docstring>
+ 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)
- </tp:docstring>
+ number : string - Phone number (mandatory)
+ text : string - SMS text (mandatory)
+ smsc : string - SMS service center number (optional)
+ relative-validity : uint - Minutes until the SMS expires in SMSC (optional)
+ class : uint (0..3) - Message importance and location (optional)
+ </tp:docstring>
</arg>
<arg name="result" type="au" direction="out"/>
</method>