From 51a074be1af5e2ac6360a5998077a1c051d10d44 Mon Sep 17 00:00:00 2001 From: OHMAE Ryosuke Date: Sun, 5 Feb 2017 20:17:08 +0900 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E5=BD=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f1c92c48..32b88ad9 100644 --- a/README.md +++ b/README.md @@ -44,12 +44,6 @@ dependencies { } ``` -## Documents - -I described Javadoc comments. Please refer to it for more information. -- Javadoc in Japanese - - https://ohmae.github.io/mmupnp/javadoc/ - ### Initialize and Start ``` ControlPoint cp = new ControlPoint(); @@ -67,7 +61,6 @@ NetworkInterface ni = NetworkInterface.getByName("eth0"); ControlPoint cp = new ControlPoint(ni); ``` - ### M-SEARCH Call ControlPoint#search() or ControlPoint#search(String). ``` @@ -78,7 +71,6 @@ cp.search("upnp:rootdevice"); // To use specific ST. In this case "upnp:rootdevi ``` These methods send one M-SEARCH packet to all interfaces. - ### Invoke Action For example, to invoke "Browse" (ContentDirectory) action... ``` @@ -126,6 +118,12 @@ cp.terminate(); It is not possible to re-initialize. When you want to reset, try again from the constructor call. +### Documents + +I described Javadoc comments. Please refer to it for more information. +- Javadoc in Japanese + - https://ohmae.github.io/mmupnp/javadoc/ + ## Author 大前 良介 (OHMAE Ryosuke) http://www.mm2d.net/