Skip to content

Commit

Permalink
Adjust package for return codes
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Jul 3, 2017
1 parent b10efc7 commit 7486de7
Show file tree
Hide file tree
Showing 29 changed files with 719 additions and 119 deletions.
3 changes: 2 additions & 1 deletion javadoc/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Mon Jul 03 09:35:40 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_102) on Mon Jul 03 10:18:51 CDT 2017 -->
<title>All Classes (wisefy 1.0.9 API)</title>
<meta name="date" content="2017-07-03">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand All @@ -17,6 +17,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/isupatches/wisefy/util/SSIDUtil.html" title="class in com.isupatches.wisefy.util" target="classFrame">SSIDUtil</a></li>
<li><a href="com/isupatches/wisefy/WiseFy.html" title="class in com.isupatches.wisefy" target="classFrame">WiseFy</a></li>
<li><a href="com/isupatches/wisefy/WiseFy.withContext.html" title="class in com.isupatches.wisefy" target="classFrame">WiseFy.withContext</a></li>
<li><a href="com/isupatches/wisefy/constants/WiseFyCodes.html" title="class in com.isupatches.wisefy.constants" target="classFrame">WiseFyCodes</a></li>
</ul>
</div>
</body>
Expand Down
3 changes: 2 additions & 1 deletion javadoc/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Mon Jul 03 09:35:40 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_102) on Mon Jul 03 10:18:51 CDT 2017 -->
<title>All Classes (wisefy 1.0.9 API)</title>
<meta name="date" content="2017-07-03">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand All @@ -17,6 +17,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/isupatches/wisefy/util/SSIDUtil.html" title="class in com.isupatches.wisefy.util">SSIDUtil</a></li>
<li><a href="com/isupatches/wisefy/WiseFy.html" title="class in com.isupatches.wisefy">WiseFy</a></li>
<li><a href="com/isupatches/wisefy/WiseFy.withContext.html" title="class in com.isupatches.wisefy">WiseFy.withContext</a></li>
<li><a href="com/isupatches/wisefy/constants/WiseFyCodes.html" title="class in com.isupatches.wisefy.constants">WiseFyCodes</a></li>
</ul>
</div>
</body>
Expand Down
60 changes: 13 additions & 47 deletions javadoc/com/isupatches/wisefy/WiseFy.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Mon Jul 03 09:35:40 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_102) on Mon Jul 03 10:18:51 CDT 2017 -->
<title>WiseFy (wisefy 1.0.9 API)</title>
<meta name="date" content="2017-07-03">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down Expand Up @@ -174,14 +174,6 @@ <h3>Field Summary</h3>
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/isupatches/wisefy/WiseFy.html#WIFI_MANAGER_FAILURE">WIFI_MANAGER_FAILURE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/isupatches/wisefy/WiseFy.html#WISEFY_FAILURE">WISEFY_FAILURE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/isupatches/wisefy/WiseFy.html#WISEFY_NETOWRK_ALREADY_CONFIGURED">WISEFY_NETOWRK_ALREADY_CONFIGURED</a></span></code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
Expand Down Expand Up @@ -392,32 +384,6 @@ <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="WISEFY_FAILURE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>WISEFY_FAILURE</h4>
<pre>public static final&nbsp;int WISEFY_FAILURE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.isupatches.wisefy.WiseFy.WISEFY_FAILURE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="WISEFY_NETOWRK_ALREADY_CONFIGURED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>WISEFY_NETOWRK_ALREADY_CONFIGURED</h4>
<pre>public static final&nbsp;int WISEFY_NETOWRK_ALREADY_CONFIGURED</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.isupatches.wisefy.WiseFy.WISEFY_NETOWRK_ALREADY_CONFIGURED">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="WIFI_MANAGER_FAILURE">
<!-- -->
</a>
Expand Down Expand Up @@ -493,12 +459,12 @@ <h4>addOpenNetwork</h4>
<div class="block">To add an open network to the user's configured network list</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ssid</code> - - The ssid of the open network you want to add</dd>
<dd><code>ssid</code> - - The ssid of the open network you want to add

<a href="../../../com/isupatches/wisefy/constants/WiseFyCodes.html#FAILURE"><code>WiseFyCodes.FAILURE</code></a>
<a href="../../../com/isupatches/wisefy/constants/WiseFyCodes.html#NETWORK_ALREADY_CONFIGURED"><code>WiseFyCodes.NETWORK_ALREADY_CONFIGURED</code></a></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>int - The return code from WifiManager for network creation (-1 for failure)</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../com/isupatches/wisefy/WiseFy.html#WISEFY_FAILURE"><code>WISEFY_FAILURE</code></a>,
<a href="../../../com/isupatches/wisefy/WiseFy.html#WISEFY_NETOWRK_ALREADY_CONFIGURED"><code>WISEFY_NETOWRK_ALREADY_CONFIGURED</code></a></dd>
</dl>
</li>
</ul>
Expand All @@ -514,12 +480,12 @@ <h4>addWEPNetwork</h4>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ssid</code> - - The ssid of the WEP network you want to add</dd>
<dd><code>password</code> - - The password for the WEP network being added</dd>
<dd><code>password</code> - - The password for the WEP network being added

<a href="../../../com/isupatches/wisefy/constants/WiseFyCodes.html#FAILURE"><code>WiseFyCodes.FAILURE</code></a>
<a href="../../../com/isupatches/wisefy/constants/WiseFyCodes.html#NETWORK_ALREADY_CONFIGURED"><code>WiseFyCodes.NETWORK_ALREADY_CONFIGURED</code></a></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>int - The return code from WifiManager for network creation (-1 for failure)</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../com/isupatches/wisefy/WiseFy.html#WISEFY_FAILURE"><code>WISEFY_FAILURE</code></a>,
<a href="../../../com/isupatches/wisefy/WiseFy.html#WISEFY_NETOWRK_ALREADY_CONFIGURED"><code>WISEFY_NETOWRK_ALREADY_CONFIGURED</code></a></dd>
</dl>
</li>
</ul>
Expand All @@ -535,12 +501,12 @@ <h4>addWPA2Network</h4>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ssid</code> - - The ssid of the WPA2 network you want to add</dd>
<dd><code>password</code> - - The password for the WPA2 network being added</dd>
<dd><code>password</code> - - The password for the WPA2 network being added

<a href="../../../com/isupatches/wisefy/constants/WiseFyCodes.html#FAILURE"><code>WiseFyCodes.FAILURE</code></a>
<a href="../../../com/isupatches/wisefy/constants/WiseFyCodes.html#NETWORK_ALREADY_CONFIGURED"><code>WiseFyCodes.NETWORK_ALREADY_CONFIGURED</code></a></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>int - The return code from WifiManager for network creation (-1 for failure)</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../com/isupatches/wisefy/WiseFy.html#WISEFY_FAILURE"><code>WISEFY_FAILURE</code></a>,
<a href="../../../com/isupatches/wisefy/WiseFy.html#WISEFY_NETOWRK_ALREADY_CONFIGURED"><code>WISEFY_NETOWRK_ALREADY_CONFIGURED</code></a></dd>
</dl>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion javadoc/com/isupatches/wisefy/WiseFy.withContext.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Mon Jul 03 09:35:40 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_102) on Mon Jul 03 10:18:51 CDT 2017 -->
<title>WiseFy.withContext (wisefy 1.0.9 API)</title>
<meta name="date" content="2017-07-03">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
Loading

0 comments on commit 7486de7

Please sign in to comment.