diff options
Diffstat (limited to 'doc/interface-api.txt')
-rw-r--r-- | doc/interface-api.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/interface-api.txt b/doc/interface-api.txt new file mode 100644 index 00000000..1b0d468a --- /dev/null +++ b/doc/interface-api.txt @@ -0,0 +1,24 @@ +Interface hierarchy +******************* + +Service name org.freedesktop.connman +Interface name org.freedesktop.connman.Interface +Object path [interface object] + +Methods dict GetProperties() + string GetState() + uint16 GetSignal() + string GetPolicy() + void SetPolicy(string policy) + dict GetNetwork() + void SetNetwork(dict network) + dict GetIPv4() + void SetIPv4(dict ipv4) + +Signals StateChanged(string state) + SignalChanged(uint16 signal) + PolicyChanged(string policy) + NetworkFound(dict network) + NetworkChanged(dict network) + IPv4Changed(dict ipv4) + |