From 3191c61b263ae60c6b9d665cf4476dd2f1bea0bd Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 23 Oct 2019 15:20:16 -0500 Subject: [PATCH] doc: Merge agent-api.txt and agent-manager.txt --- doc/agent-api.txt | 24 ++++++++++++++++++++++++ doc/agent-manager-api.txt | 22 ---------------------- 2 files changed, 24 insertions(+), 22 deletions(-) diff --git a/doc/agent-api.txt b/doc/agent-api.txt index fcf7d919..ef80499e 100644 --- a/doc/agent-api.txt +++ b/doc/agent-api.txt @@ -1,3 +1,27 @@ +Agent Manager hierarchy +======================= + +Service net.connman.iwd +Interface net.connman.iwd.AgentManager +Object path / + +Methods void RegisterAgent(object path) + + Register new agent for handling user requests. + + Possible Errors: [service].Error.InvalidArguments + [service].Error.Failed + [service].Error.AlreadyExists + + void UnregisterAgent(object path) + + Unregister an existing agent. + + Possible Errors: [service].Error.InvalidArguments + [service].Error.Failed + [service].Error.NotFound + + Agent hierarchy =============== diff --git a/doc/agent-manager-api.txt b/doc/agent-manager-api.txt index 8ef4083f..e69de29b 100644 --- a/doc/agent-manager-api.txt +++ b/doc/agent-manager-api.txt @@ -1,22 +0,0 @@ -Agent hierarchy -=============== - -Service net.connman.iwd -Interface net.connman.iwd.AgentManager -Object path / - -Methods void RegisterAgent(object path) - - Register new agent for handling user requests. - - Possible Errors: [service].Error.InvalidArguments - [service].Error.Failed - [service].Error.AlreadyExists - - void UnregisterAgent(object path) - - Unregister an existing agent. - - Possible Errors: [service].Error.InvalidArguments - [service].Error.Failed - [service].Error.NotFound