summaryrefslogtreecommitdiffstats
path: root/doc/smartmessaging-api.txt
diff options
context:
space:
mode:
authorAki Niemi <aki.niemi@nokia.com>2010-10-11 15:56:00 +0300
committerAki Niemi <aki.niemi@nokia.com>2010-10-11 15:56:00 +0300
commit59e52c8d147e9b541ab870a5be79b48e2ee5cdb5 (patch)
tree4a141e6661a40aab04ae6c716d860b15dbf94b85 /doc/smartmessaging-api.txt
parent061f61398d11262b2f0727a17a3da154121c618c (diff)
downloadofono-59e52c8d147e9b541ab870a5be79b48e2ee5cdb5.tar.bz2
Fix smart messaging documentation
Diffstat (limited to 'doc/smartmessaging-api.txt')
-rw-r--r--doc/smartmessaging-api.txt25
1 files changed, 12 insertions, 13 deletions
diff --git a/doc/smartmessaging-api.txt b/doc/smartmessaging-api.txt
index 1cc1f8d1..3ef76e2c 100644
--- a/doc/smartmessaging-api.txt
+++ b/doc/smartmessaging-api.txt
@@ -5,23 +5,22 @@ Service org.ofono
Interface org.ofono.SmartMessaging
Object path [variable prefix]/{modem0,modem1,...}
-Methods object SendAppointment(array{bytes} appointment)
+Methods object SendAppointment(string to, array{bytes} appointment)
- Sends a vCalendar object via SMS. The object is given
- in the appointment argument. It is not interpreted
+ Sends a vCalendar object in appointment to the number
+ in to. The object in appointment is not interpreted
by oFono in any way. If the object is too large to
- fit into a single SMS, it is fragmented as
- appropriate. This method call returns the object
- path of the queued SMS.
+ fit into a single SMS, it is fragmented as appropriate.
+ This method call returns the object path of the queued
+ SMS.
- object SendBusinessCard(array{bytes} card)
+ object SendBusinessCard(string to, array{bytes} card)
- Sends a vCard object via SMS. The object is given
- in the card argument. It is not interpreted
- by oFono in any way. If the object is too large to
- fit into a single SMS, it is fragmented as
- appropriate. This method call returns the object
- path of the queued SMS.
+ Sends a vCard object in card to the number in to. The
+ object in card is not interpreted by oFono in any way.
+ If the object is too large to fit into a single SMS,
+ it is fragmented as appropriate. This method call
+ returns the object path of the queued SMS.
void RegisterAgent(object path)