diff options
author | Jeevaka Badrappan <jeevaka.badrappan@elektrobit.com> | 2011-02-11 03:34:31 -0800 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2011-02-11 10:29:43 -0600 |
commit | d10a48e4e5447e91595ecfc577d25cb5c1f36915 (patch) | |
tree | 3e229f5e5fd6a866e9072ba3081be9ab4df1d2ce /doc/call-barring-api.txt | |
parent | 882ef1044444f39e4f15e3067f9e617de0dec39a (diff) | |
download | ofono-d10a48e4e5447e91595ecfc577d25cb5c1f36915.tar.gz |
doc: Update possible errors
Diffstat (limited to 'doc/call-barring-api.txt')
-rw-r--r-- | doc/call-barring-api.txt | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/call-barring-api.txt b/doc/call-barring-api.txt index 1534494f..a80bf615 100644 --- a/doc/call-barring-api.txt +++ b/doc/call-barring-api.txt @@ -9,29 +9,60 @@ Methods dict GetProperties() Contains the properties for this object. + Possible Errors: [service].Error.InProgress + [service].Error.NotImplemented + void ChangePassword(string old_password, string new_password) Register new network password for the barring services. + Possible Errors: [service].Error.InProgress + [service].Error.InvalidFormat + [service].Error.Failed + void DisableAll(string password) Disables all call barrings. + Possible Errors: [service].Error.InProgress + [service].Error.NotImplemented + [service].Error.InvalidArguments + [service].Error.InvalidFormat + [service].Error.Failed + void DisableAllIncoming(string password) Disables barrings for incoming calls. + Possible Errors: [service].Error.InProgress + [service].Error.NotImplemented + [service].Error.InvalidArguments + [service].Error.InvalidFormat + [service].Error.Failed + void DisableAllOutgoing(string password) Disables barrings for outgoing calls. + Possible Errors: [service].Error.InProgress + [service].Error.NotImplemented + [service].Error.InvalidArguments + [service].Error.InvalidFormat + [service].Error.Failed + void SetProperty(string property, variant value, string pin2) Sets the given property value to that specified in call parameter. For all properties, the password (typically PIN2) must be provided. + 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. |