dundee: Add missing SetProperty documenation

This commit is contained in:
Daniel Wagner 2012-08-17 14:58:11 +02:00
parent e0b793af8a
commit 4c562fb401
1 changed files with 11 additions and 0 deletions

View File

@ -41,6 +41,17 @@ Methods dict GetProperties()
Returns properties for the device object. See
the properties section for available properties.
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.Timedout
[service].Error.InvalidArguments
[service].Error.Failed
Signals PropertyChanged(string name, variant value)
This signal indicates a changed value of the given