mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-20 02:32:36 +01:00
doc: Add AgentManager API documentation
This commit is contained in:
parent
e9e9358898
commit
0b98f75dda
22
doc/agent-manager-api.txt
Normal file
22
doc/agent-manager-api.txt
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
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