gprs: Try re-attaching when we switch cells
[platform/upstream/ofono.git] / doc / call-volume-api.txt
1 CallVolume hierarchy
2 ===============
3
4 Service         org.ofono
5 Interface       org.ofono.CallVolume
6 Object path     [variable prefix]/{modem0,modem1,...}
7
8 Methods         dict GetProperties()
9
10                         Returns properties for the CallVolume object. See
11                         the properties section for available properties.
12
13                 void SetProperty(string property, variant value)
14
15                         Changes the value of the specified property. Only
16                         properties that are listed as readwrite are
17                         changeable. On success a PropertyChanged signal
18                         will be emitted.
19
20                         Possible Errors: [service].Error.InProgress
21                                          [service].Error.NotImplemented
22                                          [service].Error.InvalidArguments
23                                          [service].Error.InvalidFormat
24                                          [service].Error.Failed
25
26 Signals         PropertyChanged(string name, variant value)
27
28                         This signal indicates a changed value of the given
29                         property.
30
31 Properties      boolean Muted [readwrite]
32
33                         Boolean representing whether the microphone is muted.
34
35                 byte SpeakerVolume [readwrite]
36
37                         Represents the current volume of the speaker in
38                         percentage points.  Valid values are 0-100.
39
40                 byte MicrophoneVolume [readwrite]
41
42                         Represents the current volume of the microphone in
43                         percentage points.  Valid values are 0-100.