doc: sim-api was missing SetProperty method

This commit is contained in:
Denis Kenzior 2020-05-26 22:23:58 -05:00
parent 1868dbf2b3
commit a88d1120a4
1 changed files with 10 additions and 0 deletions

View File

@ -79,6 +79,16 @@ Methods dict GetProperties()
[service].Error.InvalidArguments
[service].Error.Failed
void SetProperty(string property, variant value)
Sets the given property value to that specified in
call parameter.
Possible Errors: [service].Error.InProgress
[service].Error.NotImplemented
[service].Error.InvalidArguments
[service].Error.Failed
Signals PropertyChanged(string name, variant value)
This signal indicates a changed value of the given