summaryrefslogtreecommitdiff
path: root/doc/cdma-voicecall-manager-api.txt
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-11-24 15:43:17 -0600
committerDenis Kenzior <denkenz@gmail.com>2010-11-24 15:43:17 -0600
commit5bedf08ef9ecb1d853c6c7d0af3489ed65fb855f (patch)
tree9c140912887020e849af08ed5705b2fcc453f742 /doc/cdma-voicecall-manager-api.txt
parent1f2fda47fc7924cb3f2bb9ab836c971cee6f7e5c (diff)
downloadofono-5bedf08ef9ecb1d853c6c7d0af3489ed65fb855f.tar.gz
doc: Add GetProperties to CDMA voicecall api
Diffstat (limited to 'doc/cdma-voicecall-manager-api.txt')
-rw-r--r--doc/cdma-voicecall-manager-api.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/cdma-voicecall-manager-api.txt b/doc/cdma-voicecall-manager-api.txt
index 2250e935..b457af7e 100644
--- a/doc/cdma-voicecall-manager-api.txt
+++ b/doc/cdma-voicecall-manager-api.txt
@@ -5,7 +5,12 @@ Service org.ofono
Interface org.ofono.cdma.VoiceCallManager
Object path [variable prefix]/{modem0,modem1,...}
-Methods void Dial(string number)
+Methods dict GetProperties()
+
+ Returns properties for the VoiceCallManager Interface.
+ See the properties section for available properties.
+
+ void Dial(string number)
Initiates a new outgoing call. This is usually
implemented using the ATD AT command.