diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2013-11-25 00:00:03 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-11-25 00:02:46 +0100 |
commit | 1038cc3211d8d60603657dfeef9a4bbbce1fab90 (patch) | |
tree | 971277d22e34d0f543a824ba341e8cf678011a6e /doc/device-api.txt | |
parent | 146b9cd51896f5ded3a9afb67c2afc036f1e3f04 (diff) | |
download | neard-1038cc3211d8d60603657dfeef9a4bbbce1fab90.tar.gz neard-1038cc3211d8d60603657dfeef9a4bbbce1fab90.tar.bz2 neard-1038cc3211d8d60603657dfeef9a4bbbce1fab90.zip |
device: Implement Adapter property
In order to not only rely on a specific naming scheme, the device
Adapter path is now exported as a property.
Diffstat (limited to 'doc/device-api.txt')
-rw-r--r-- | doc/device-api.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/device-api.txt b/doc/device-api.txt index 0852368..94efcfa 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -33,3 +33,6 @@ Method void Push(dict attributes) org.neard.Error.InvalidArguments org.neard.Error.InProgress +Properties object Adapter [readonly] + + The object path of the adapter the device belongs to. |