doc: Merge agent-api.txt and agent-manager.txt

This commit is contained in:
Denis Kenzior 2019-10-23 15:20:16 -05:00
parent bf3b403e90
commit 3191c61b26
2 changed files with 24 additions and 22 deletions

View File

@ -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
===============

View File

@ -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