summaryrefslogtreecommitdiffstats
path: root/doc/cdma-voicecall-manager-api.txt
diff options
context:
space:
mode:
authorArun Ravindran <ext-arun.1.ravindran@nokia.com>2010-11-26 11:54:02 +0200
committerDenis Kenzior <denkenz@gmail.com>2010-11-26 14:53:47 -0600
commitd6a73265c1e0ece66538c335e651dd1c5217322f (patch)
treeab6ac182a2f2af240a682dcc87da5c9d63c8bcbe /doc/cdma-voicecall-manager-api.txt
parentc11d3e95cb2e779105b9162c94a7c6377c7ea739 (diff)
downloadofono-d6a73265c1e0ece66538c335e651dd1c5217322f.tar.bz2
doc: update cdma-voicecall-manager-api.txt
Diffstat (limited to 'doc/cdma-voicecall-manager-api.txt')
-rw-r--r--doc/cdma-voicecall-manager-api.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/cdma-voicecall-manager-api.txt b/doc/cdma-voicecall-manager-api.txt
index b457af7e..958402fb 100644
--- a/doc/cdma-voicecall-manager-api.txt
+++ b/doc/cdma-voicecall-manager-api.txt
@@ -35,6 +35,16 @@ Methods dict GetProperties()
'*', '#', 'A', 'B', 'C', 'D'. The last four are
typically not used in normal circumstances.
+ void SetProperty(string property, variant value)
+
+ Changes the value of the specified property. Only
+ properties that are listed as readwrite are
+ changeable. On success a PropertyChanged signal
+ will be emitted.
+
+ Possible Errors: [service].Error.InvalidArguments
+ [service].Error.DoesNotExist
+
Signals PropertyChanged(string property, variant value)
Signal is emitted whenever a property has changed.
@@ -81,3 +91,23 @@ Properties string State [readonly]
currently supported values are:
"short",
"long"
+
+ string LineIdentification [readonly]
+
+ Contains the Line Identification information returned
+ by the network, if present. For incoming calls this is
+ effectively the CLIP. For outgoing calls this attribute
+ will hold the dialed number.
+
+ Please note that after sending flash this property
+ will be empty.
+
+ string StartTime [readonly, optional]
+
+ Contains the starting time of the call. The time is
+ stamped when the call enters the "active" state.
+ Client applications can use this to infer somewhat
+ reliable call duration information.
+
+ Please note that after sending Flash, there will not be
+ any StartTime property change for the Flash string/number.