Hi,

i have a problem with sending sms via dbus.

I don't hav an idea how to get the last argument the features of the sms
together. Number and text are no problem, but how do i append the
feature array? Could anybody help me with this?

number and text code:
        char* dbus_number = number;
        dbus_message_iter_append_basic (&iter, DBUS_TYPE_STRING,
&dbus_number);
        char* dbus_text = text;       
        dbus_message_iter_append_basic (&iter, DBUS_TYPE_STRING,
&dbus_text);

Greetings, Sebastian

_______________________________________________
devel mailing list
[email protected]
https://lists.openmoko.org/mailman/listinfo/devel

Reply via email to