gprs: Try re-attaching when we switch cells
[platform/upstream/ofono.git] / doc / siri-api.txt
1 Siri hierarchy [experimental]
2 ========================
3
4 Service         org.ofono
5 Interface       org.ofono.Siri
6 Object path     [variable prefix]/{modem0,modem1,...}
7
8 Methods         dict GetProperties()
9
10                         Returns all Siri properties. See the
11                         properties section for available properties.
12
13                         Possible Errors: [service].Error.InProgress
14                                          [service].Error.Failed
15
16                 void SetProperty(string name, variant value)
17
18                         Changes the value of the specified property. Only
19                         properties that are listed as read-write are
20                         changeable. On success a PropertyChanged signal
21                         will be emitted.
22
23                         Possible Errors: [service].Error.InvalidArguments
24                                          [service].Error.InProgress
25                                          [service].Error.Failed
26
27 Signals         PropertyChanged(string property, variant value)
28
29                         This signal indicates a changed value of the given
30                         property.
31
32 Properties      boolean Enabled [readonly]
33
34                         This property indicates whether Siri is available on
35                         the device.
36
37                 string EyesFreeMode [readwrite]
38
39                         This property indicates the state of Siri Eyes Free
40                         Mode.  The current possible values are: "enabled"
41                         and "disabled"