From 09ebec0029781ca4fccae8cc8e226108c0c0c2da Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 6 Mar 2008 22:01:30 +0000 Subject: Add CreateDeviceWithAgent to adapter API. --- hcid/adapter-api.txt | 4 ++++ 1 file changed, 4 insertions(+) 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) -- cgit