summaryrefslogtreecommitdiffstats
path: root/doc/call-meter-api.txt
diff options
context:
space:
mode:
authorJeevaka Badrappan <jeevaka.badrappan@elektrobit.com>2011-02-11 03:34:31 -0800
committerDenis Kenzior <denkenz@gmail.com>2011-02-11 10:29:43 -0600
commitd10a48e4e5447e91595ecfc577d25cb5c1f36915 (patch)
tree3e229f5e5fd6a866e9072ba3081be9ab4df1d2ce /doc/call-meter-api.txt
parent882ef1044444f39e4f15e3067f9e617de0dec39a (diff)
downloadofono-d10a48e4e5447e91595ecfc577d25cb5c1f36915.tar.bz2
doc: Update possible errors
Diffstat (limited to 'doc/call-meter-api.txt')
-rw-r--r--doc/call-meter-api.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/call-meter-api.txt b/doc/call-meter-api.txt
index 045343bc..b668f795 100644
--- a/doc/call-meter-api.txt
+++ b/doc/call-meter-api.txt
@@ -8,6 +8,8 @@ Methods dict GetProperties()
Contains the properties for this object.
+ Possible Errors: [service].Error.InProgress
+
void SetProperty(string property, variant value,
string password)
@@ -16,12 +18,24 @@ Methods dict GetProperties()
to pass the SIM PIN2 code which may be
required by the SIM.
+ Possible Errors: [service].Error.InProgress
+ [service].Error.NotImplemented
+ [service].Error.InvalidArguments
+ [service].Error.InvalidFormat
+ [service].Error.Failed
+
void Reset(string password)
Attempts to reset the Accumulated Call Meter.
Reseting this value requires SIM PIN2, provided
by the password parameter.
+ Possible Errors: [service].Error.InProgress
+ [service].Error.NotImplemented
+ [service].Error.InvalidArguments
+ [service].Error.InvalidFormat
+ [service].Error.Failed
+
Signals PropertyChanged(string property, variant value)
Signal is emitted whenever a property has changed.