diff options
-rw-r--r-- | doc/phonebook-api.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/phonebook-api.txt b/doc/phonebook-api.txt new file mode 100644 index 00000000..dc8b95dd --- /dev/null +++ b/doc/phonebook-api.txt @@ -0,0 +1,18 @@ +Phonebook hierarchy +=============== + +Service org.ofono +Interface org.ofono.Phonebook +Object path [variable prefix]/{modem0,modem1,...} + +Methods string Import() + + Returns the contents of the SIM and ME phonebook in + VCard 3.0 format. If several entries are determined + to be related to the same contact, then they are + merged into a single VCard entry. + + The phonebook is returned as a single UTF8 encoded + string with zero or more VCard entries. + + Possible Errors: [service].Error.Failed |