Doc: Update modem api

Add SetProperty and Powered property to modem-api.txt document.
This commit is contained in:
Marko Saukko 2009-10-20 09:25:38 +03:00 committed by Denis Kenzior
parent f726596860
commit 1b13ce308f
1 changed files with 16 additions and 1 deletions

View File

@ -12,12 +12,27 @@ Methods dict GetProperties()
Possible Errors: [service].Error.InvalidArguments
void SetProperty(string property, variant value)
Changes the value of the specified property. Only
properties that are listed as read-write are
changeable. On success a PropertyChanged signal
will be emitted.
Possible Errors: [service].Error.InvalidArguments
[service].Error.DoesNotExist
Signals PropertyChanged(string name, variant value)
This signal indicates a changed value of the given
property.
Properties string Manufacturer [readonly, optional]
Properties boolean Powered [readwrite]
Boolean representing the power state of the modem
device.
string Manufacturer [readonly, optional]
String representing the manufacturer of the modem
device.