Classes | Public Member Functions | Static Public Member Functions | Private Attributes
com.github.rosjava.android_remocons.common_tools.system.WifiChecker Class Reference

List of all members.

Classes

class  CheckerThread
interface  FailureHandler
interface  ReconnectionHandler
interface  SuccessHandler

Public Member Functions

void beginChecking (MasterId masterId, WifiManager manager)
String getScanResultSecurity (ScanResult scanResult)
void stopChecking ()
 WifiChecker (SuccessHandler foundWiFiCallback, FailureHandler failureCallback, ReconnectionHandler reconnectionCallback)

Static Public Member Functions

static boolean wifiValid (MasterId masterId, WifiManager wifiManager)

Private Attributes

CheckerThread checkerThread
FailureHandler failureCallback
SuccessHandler foundWiFiCallback
ReconnectionHandler reconnectionCallback

Detailed Description

Threaded WiFi checker. Checks and tests if the WiFi is configured properly and if not, connects to the correct network.

Author:
pratkanis@willowgarage.com

Definition at line 53 of file WifiChecker.java.


Constructor & Destructor Documentation

Constructor. Should not take any time.

Definition at line 84 of file WifiChecker.java.


Member Function Documentation

Start the checker thread with the given masterId. If the thread is already running, kill it first and then start anew. Returns immediately.

Definition at line 94 of file WifiChecker.java.

Definition at line 134 of file WifiChecker.java.

Stop the checker thread.

Definition at line 108 of file WifiChecker.java.

static boolean com.github.rosjava.android_remocons.common_tools.system.WifiChecker.wifiValid ( MasterId  masterId,
WifiManager  wifiManager 
) [inline, static]

Definition at line 114 of file WifiChecker.java.


Member Data Documentation

Definition at line 76 of file WifiChecker.java.

Definition at line 78 of file WifiChecker.java.

Definition at line 77 of file WifiChecker.java.

Definition at line 79 of file WifiChecker.java.


The documentation for this class was generated from the following file:


android_remocons
Author(s): Daniel Stonier, Kazuto Murase
autogenerated on Sat Jun 8 2019 19:32:24