3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-03 18:08:42 +02:00
iwd/doc/agent-manager-api.txt

23 lines
508 B
Plaintext
Raw Normal View History

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