summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-08-31 12:12:25 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-08-31 12:12:25 +0200
commit5af3e232a0ac0725ef62ac543ac92854fad78677 (patch)
treeb211a1656bad1794aae5134c4994e8e4f4e0485e /introspection
parent9d2a046754d383dec8ef7415e2c77ba739989c3b (diff)
api,introspection: new `Data' property in the SMS interface
We need to expose the raw data for the case where we get SMS messages with binary content (e.g. settings SMS).
Diffstat (limited to 'introspection')
-rw-r--r--introspection/org.freedesktop.ModemManager1.Sms.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Sms.xml b/introspection/org.freedesktop.ModemManager1.Sms.xml
index ec45c4fc..f65ff80f 100644
--- a/introspection/org.freedesktop.ModemManager1.Sms.xml
+++ b/introspection/org.freedesktop.ModemManager1.Sms.xml
@@ -59,6 +59,16 @@
<property name="Text" type="s" access="readwrite" />
<!--
+ Data:
+
+ Message data.
+
+ When sending, if the data is larger than the limit of the technology or
+ modem, the message will be broken into multiple parts or messages.
+ -->
+ <property name="Data" type="ay" access="readwrite" />
+
+ <!--
SMSC:
Indicates the SMS service center number.