diff options
author | Chengyi Zhao <chengyi1.zhao@archermind.com> | 2013-07-26 14:58:32 +0800 |
---|---|---|
committer | Zhang zhengguang <zhengguang.zhang@intel.com> | 2014-10-31 16:06:21 +0800 |
commit | 5eb028f4bdf85b35d8003f36ee95b15e48aa3fbc (patch) | |
tree | c120d94cce55bb07d6fc3c5f3e2b26df03c5d1a5 | |
parent | 395d388931d37b6760d7b9f59a5710dfe42662c7 (diff) | |
download | connman-5eb028f4bdf85b35d8003f36ee95b15e48aa3fbc.tar.gz connman-5eb028f4bdf85b35d8003f36ee95b15e48aa3fbc.tar.bz2 connman-5eb028f4bdf85b35d8003f36ee95b15e48aa3fbc.zip |
Tethering: Add tethering interfaces description to technology-api.txt
Change-Id: I59768258d5f2515311ed3dad5db91618b1c459ec
-rw-r--r-- | doc/technology-api.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/technology-api.txt b/doc/technology-api.txt index 2fbc8760..14245eb6 100644 --- a/doc/technology-api.txt +++ b/doc/technology-api.txt @@ -45,6 +45,18 @@ Signals PropertyChanged(string name, variant value) This signal indicates a changed value of the given property. + DhcpConnected(string aptype, string ipaddr, + string macaddr, string hostname) + + This signal indicates a station information that + has connected to the AP(Access Point). + + DhcpLeaseDeleted(string aptype, string ipaddr, + string macaddr, string hostname) + + This signal indicates a station information that + has disconnected to the AP(Access Point). + Properties boolean Powered [readwrite] Boolean representing the power state of the |