Classes | Public Member Functions | Static Public Member Functions | Private Attributes
com.github.rosjava.android_apps.application_management.WifiChecker Class Reference

List of all members.

Classes

class  CheckerThread
interface  FailureHandler
interface  ReconnectionHandler
interface  SuccessHandler

Public Member Functions

void beginChecking (RobotId robotId, WifiManager manager)
void stopChecking ()
 WifiChecker (SuccessHandler foundWiFiCallback, FailureHandler failureCallback, ReconnectionHandler reconnectionCallback)

Static Public Member Functions

static boolean wifiValid (RobotId robotId, 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 46 of file WifiChecker.java.


Constructor & Destructor Documentation

Constructor. Should not take any time.

Definition at line 67 of file WifiChecker.java.


Member Function Documentation

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

Definition at line 76 of file WifiChecker.java.

Stop the checker thread.

Definition at line 87 of file WifiChecker.java.

static boolean com.github.rosjava.android_apps.application_management.WifiChecker.wifiValid ( RobotId  robotId,
WifiManager  wifiManager 
) [inline, static]

Definition at line 92 of file WifiChecker.java.


Member Data Documentation

Definition at line 62 of file WifiChecker.java.

Definition at line 64 of file WifiChecker.java.

Definition at line 63 of file WifiChecker.java.

Definition at line 65 of file WifiChecker.java.


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


android_apps
Author(s): Daniel Stonier , Kazuto Murase
autogenerated on Fri Aug 28 2015 10:04:41