diff --git a/doc/agent-manager-api.txt b/doc/agent-manager-api.txt new file mode 100644 index 00000000..8ef4083f --- /dev/null +++ b/doc/agent-manager-api.txt @@ -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