summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Ferrandis <ludovic.ferrandis@intel.com>2013-09-12 13:03:06 +0200
committerMark Ryan <mark.d.ryan@intel.com>2013-10-03 11:54:01 +0200
commit812a3e4fe624f4c855d18fb734aebacccfd96fe0 (patch)
tree1804e2b3ed236cd041a94f38cabb95040cbb1cba /doc
parent26af6087ef1c03781f2a7d0f9c1b079509198ca7 (diff)
downloaddleyna-renderer-812a3e4fe624f4c855d18fb734aebacccfd96fe0.tar.gz
[Network Filtering] New API and save
- Remove all WhiteListxxx API - Add Set() to 'org.freedesktop.DBus.Properties' interface to 'com.intel.dLeynaRenderer.Manager' root interface Signed-off-by: Ludovic Ferrandis <ludovic.ferrandis@intel.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/server/dbus/API.txt26
1 files changed, 6 insertions, 20 deletions
diff --git a/doc/server/dbus/API.txt b/doc/server/dbus/API.txt
index 7556b6a..bd22a84 100644
--- a/doc/server/dbus/API.txt
+++ b/doc/server/dbus/API.txt
@@ -38,7 +38,7 @@ com.intel.dLeynaRenderer.Manager
Methods:
----------
-The interface com.intel.dLeynaRenderer.Manager contains 8
+The interface com.intel.dLeynaRenderer.Manager contains 4
methods. Descriptions of each of these methods along with their d-Bus
signatures are given below.
@@ -72,24 +72,6 @@ discover new DMRs which for some reason were not detected when either
they, or the device on which dLeyna-renderer runs, was started or joined
the network. New in version 0.0.2.
-WhiteListEnable(b enabled) -> void
-
-Enable or disable the Network Filtering feature.
-When enabled, only devices that are on allowed networks will be available.
-
-WhiteListAddEntries(as EntryList) -> void
-
-Add new entries to the list of allowed networks. An Entry could be an interface
-name (eth0), an ip address (127.0.0.1) or a SSID (MyWiFi)
-
-WhiteListRemoveEntries(as EntryList) -> void
-
-Remove entries from the list of allowed networks.
-
-WhiteListClear() -> void
-
-Remove all entries from the list, but it doesn't change the 'enabled' flag.
-
Properties:
---------
@@ -102,13 +84,17 @@ of d-Bus properties. These properties are described below:
|------------------------------------------------------------------------------|
| WhiteListEntries | as | m | The list of entries that compose the |
| | | | white list used to filter the networks. |
+| | | | An Entry could be an interface name |
+| | | | (eth0), an ip address (127.0.0.1) or |
+| | | | a SSID (MyWiFi) |
|------------------------------------------------------------------------------|
| WhiteListEnabled | b | m | True if the Network Filtering is active.|
|------------------------------------------------------------------------------|
A org.freedesktop.DBus.Properties.PropertiesChanged signal is emitted when
these properties change.
-
+These properties can be changed using the Set() method of
+org.freedesktop.DBus.Properties interface.
Signals:
---------