mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 13:02:44 +01:00
doc: Merge agent-api.txt and agent-manager.txt
This commit is contained in:
parent
bf3b403e90
commit
3191c61b26
@ -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
|
Agent hierarchy
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user