summaryrefslogtreecommitdiffstats
path: root/hcid
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-03-06 22:01:30 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-03-06 22:01:30 +0000
commit09ebec0029781ca4fccae8cc8e226108c0c0c2da (patch)
treecdae2cf65278ecc9f82c90661ccef04521032622 /hcid
parent6eab5e203d793fbeea8a488a315a62ab2e69417e (diff)
Add CreateDeviceWithAgent to adapter API.
Diffstat (limited to 'hcid')
-rw-r--r--hcid/adapter-api.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/hcid/adapter-api.txt b/hcid/adapter-api.txt
index ee5eb9a6..1f9cdd88 100644
--- a/hcid/adapter-api.txt
+++ b/hcid/adapter-api.txt
@@ -56,6 +56,10 @@ Methods dict GetProperties()
TBD
+ object CreateDeviceWithAgent(string address, object path)
+
+ TBD
+
void RemoveDevice(object path)
Signals DeviceCreated(object path)