From 59e52c8d147e9b541ab870a5be79b48e2ee5cdb5 Mon Sep 17 00:00:00 2001 From: Aki Niemi Date: Mon, 11 Oct 2010 15:56:00 +0300 Subject: Fix smart messaging documentation --- doc/smartmessaging-api.txt | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) (limited to 'doc/smartmessaging-api.txt') 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) -- cgit v1.2.3