OSDN Git Service

doc: Remove Get-/SetProperties from CSC API document
authorAndrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
Tue, 4 Dec 2012 12:43:42 +0000 (13:43 +0100)
committerJohan Hedberg <johan.hedberg@intel.com>
Wed, 5 Dec 2012 08:14:18 +0000 (10:14 +0200)
cyclingspeed plugin uses DBus.Properties instead of custom methods.

doc/cycling-api.txt

index adbcd33..08e11c8 100644 (file)
@@ -28,31 +28,13 @@ Service             org.bluez
 Interface      org.bluez.CyclingSpeed
 Object path    [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX
 
-Methods                void SetProperty(string name, variant value)
-
-                       Changes the value of the specified property. Only
-                       read-write properties can be changed. On success
-                       this will emit a PropertyChanged signal.
-
-                       Possible Errors: org.bluez.Error.InvalidArguments
-
-               dict GetProperties()
-
-                       Returns all properties for the interface. See the
-                       Properties section for the available properties.
-
-               SetCumulativeWheelRevolutions(uint32 value)
+Methods                SetCumulativeWheelRevolutions(uint32 value)
 
                        Sets cumulative wheel revolutions value if
                        Cumulative Wheel Revolutions feature is supported.
 
                        Possible Errors: org.bluez.Error.NotSupported
 
-Signals                PropertyChanged(string name, variant value)
-
-                       This signal indicates a changed value of the given
-                       property.
-
 Properties     string Location (optional) [readwrite]
 
                        Current sensor location, if supported.