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).
This commit is contained in:
Aleksander Morgado
2012-08-31 12:12:25 +02:00
parent 9d2a046754
commit 5af3e232a0

View File

@@ -58,6 +58,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: