View Single Post
Posts: 1 | Thanked: 0 times | Joined on Jun 2010
#1
Hello,

I need some help to understand how to manipulate sms through dbus.

I saw some functions with mdbus2 but I don't know how to use them and what each fonctions can do.

For exemple :
Code:
Phone.SMS.Remove( s:none, y:none ) -> ( i:none )
What are the arguments to this function ?

And can you help me to know what theses fonctions are for :

Code:
Phone.SMS.SubscribeOutgoing( s:none ) -> ( s:none )
Phone.SMS.UnsubscribeOutgoing( s:none ) -> ()
Phone.SMS.Remove( s:none, y:none ) -> ( i:none )
Phone.SMS.Suspend() -> ( y:none, i:none )
Phone.SMS.report( s:none, y:none ) -> ( i:none )
Phone.SMS.resume() -> ( y:none, i:none )
thanks