mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-02 10:09:23 +01:00
23 lines
508 B
Plaintext
23 lines
508 B
Plaintext
|
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
|