diff --git a/javadoc/allclasses-frame.html b/javadoc/allclasses-frame.html index a16499d7..b024716a 100644 --- a/javadoc/allclasses-frame.html +++ b/javadoc/allclasses-frame.html @@ -2,7 +2,7 @@ - + All Classes (wisefy 1.0.9 API) @@ -17,6 +17,7 @@

All Classes

  • SSIDUtil
  • WiseFy
  • WiseFy.withContext
  • +
  • WiseFyCodes
  • diff --git a/javadoc/allclasses-noframe.html b/javadoc/allclasses-noframe.html index 0c7fa9af..46dbe08c 100644 --- a/javadoc/allclasses-noframe.html +++ b/javadoc/allclasses-noframe.html @@ -2,7 +2,7 @@ - + All Classes (wisefy 1.0.9 API) @@ -17,6 +17,7 @@

    All Classes

  • SSIDUtil
  • WiseFy
  • WiseFy.withContext
  • +
  • WiseFyCodes
  • diff --git a/javadoc/com/isupatches/wisefy/WiseFy.html b/javadoc/com/isupatches/wisefy/WiseFy.html index 3e6d237d..186a0e20 100644 --- a/javadoc/com/isupatches/wisefy/WiseFy.html +++ b/javadoc/com/isupatches/wisefy/WiseFy.html @@ -2,7 +2,7 @@ - + WiseFy (wisefy 1.0.9 API) @@ -174,14 +174,6 @@

    Field Summary

    static int WIFI_MANAGER_FAILURE  - -static int -WISEFY_FAILURE  - - -static int -WISEFY_NETOWRK_ALREADY_CONFIGURED  - @@ -392,32 +384,6 @@

    Methods inherited from class java.lang.Object

    Field Detail

    - - - - - - - - @@ -493,12 +459,12 @@

    addOpenNetwork

    To add an open network to the user's configured network list
    Parameters:
    -
    ssid - - The ssid of the open network you want to add
    +
    ssid - - The ssid of the open network you want to add + + WiseFyCodes.FAILURE + WiseFyCodes.NETWORK_ALREADY_CONFIGURED
    Returns:
    int - The return code from WifiManager for network creation (-1 for failure)
    -
    See Also:
    -
    WISEFY_FAILURE, -WISEFY_NETOWRK_ALREADY_CONFIGURED
    @@ -514,12 +480,12 @@

    addWEPNetwork

    Parameters:
    ssid - - The ssid of the WEP network you want to add
    -
    password - - The password for the WEP network being added
    +
    password - - The password for the WEP network being added + + WiseFyCodes.FAILURE + WiseFyCodes.NETWORK_ALREADY_CONFIGURED
    Returns:
    int - The return code from WifiManager for network creation (-1 for failure)
    -
    See Also:
    -
    WISEFY_FAILURE, -WISEFY_NETOWRK_ALREADY_CONFIGURED
    @@ -535,12 +501,12 @@

    addWPA2Network

    Parameters:
    ssid - - The ssid of the WPA2 network you want to add
    -
    password - - The password for the WPA2 network being added
    +
    password - - The password for the WPA2 network being added + + WiseFyCodes.FAILURE + WiseFyCodes.NETWORK_ALREADY_CONFIGURED
    Returns:
    int - The return code from WifiManager for network creation (-1 for failure)
    -
    See Also:
    -
    WISEFY_FAILURE, -WISEFY_NETOWRK_ALREADY_CONFIGURED
    diff --git a/javadoc/com/isupatches/wisefy/WiseFy.withContext.html b/javadoc/com/isupatches/wisefy/WiseFy.withContext.html index 389c6c6b..12e69e45 100644 --- a/javadoc/com/isupatches/wisefy/WiseFy.withContext.html +++ b/javadoc/com/isupatches/wisefy/WiseFy.withContext.html @@ -2,7 +2,7 @@ - + WiseFy.withContext (wisefy 1.0.9 API) diff --git a/javadoc/com/isupatches/wisefy/constants/WiseFyCodes.html b/javadoc/com/isupatches/wisefy/constants/WiseFyCodes.html new file mode 100644 index 00000000..3afe794f --- /dev/null +++ b/javadoc/com/isupatches/wisefy/constants/WiseFyCodes.html @@ -0,0 +1,292 @@ + + + + + +WiseFyCodes (wisefy 1.0.9 API) + + + + + + + + +
    + + +
    Skip navigation links
    + + + + +
    + + + +
    +
    com.isupatches.wisefy.constants
    +

    Class WiseFyCodes

    +
    +
    + +
    + +
    +
    + +
    +
    + +
    +
    + + +
    + + +
    Skip navigation links
    + + + + +
    + + + + diff --git a/javadoc/com/isupatches/wisefy/constants/package-frame.html b/javadoc/com/isupatches/wisefy/constants/package-frame.html new file mode 100644 index 00000000..c2ba3b3d --- /dev/null +++ b/javadoc/com/isupatches/wisefy/constants/package-frame.html @@ -0,0 +1,20 @@ + + + + + +com.isupatches.wisefy.constants (wisefy 1.0.9 API) + + + + + +

    com.isupatches.wisefy.constants

    +
    +

    Classes

    + +
    + + diff --git a/javadoc/com/isupatches/wisefy/constants/package-summary.html b/javadoc/com/isupatches/wisefy/constants/package-summary.html new file mode 100644 index 00000000..e623e77a --- /dev/null +++ b/javadoc/com/isupatches/wisefy/constants/package-summary.html @@ -0,0 +1,140 @@ + + + + + +com.isupatches.wisefy.constants (wisefy 1.0.9 API) + + + + + + + + +
    + + +
    Skip navigation links
    + + + + +
    + + +
    +

    Package com.isupatches.wisefy.constants

    +
    +
    + +
    + +
    + + +
    Skip navigation links
    + + + + +
    + + + + diff --git a/javadoc/com/isupatches/wisefy/constants/package-tree.html b/javadoc/com/isupatches/wisefy/constants/package-tree.html new file mode 100644 index 00000000..5bc5c4d6 --- /dev/null +++ b/javadoc/com/isupatches/wisefy/constants/package-tree.html @@ -0,0 +1,135 @@ + + + + + +com.isupatches.wisefy.constants Class Hierarchy (wisefy 1.0.9 API) + + + + + + + + +
    + + +
    Skip navigation links
    + + + + +
    + + +
    +

    Hierarchy For Package com.isupatches.wisefy.constants

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    + +
    + + +
    Skip navigation links
    + + + + +
    + + + + diff --git a/javadoc/com/isupatches/wisefy/package-frame.html b/javadoc/com/isupatches/wisefy/package-frame.html index 666f2624..3d158504 100644 --- a/javadoc/com/isupatches/wisefy/package-frame.html +++ b/javadoc/com/isupatches/wisefy/package-frame.html @@ -2,7 +2,7 @@ - + com.isupatches.wisefy (wisefy 1.0.9 API) diff --git a/javadoc/com/isupatches/wisefy/package-summary.html b/javadoc/com/isupatches/wisefy/package-summary.html index 5e7c0ad3..02a816de 100644 --- a/javadoc/com/isupatches/wisefy/package-summary.html +++ b/javadoc/com/isupatches/wisefy/package-summary.html @@ -2,7 +2,7 @@ - + com.isupatches.wisefy (wisefy 1.0.9 API) @@ -43,7 +43,7 @@