com.eurotech.framework.net.wifi
Class WifiBgscan

java.lang.Object
  extended by com.eurotech.framework.net.wifi.WifiBgscan

public class WifiBgscan
extends Object

Background Scan container class


Constructor Summary
WifiBgscan(String str)
           
WifiBgscan(WifiBgscan bgscan)
           
WifiBgscan(WifiBgscanModule module, int shortInterval, int rssiThreshold, int longInterval)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getLongInterval()
           
 WifiBgscanModule getModule()
           
 int getRssiThreshold()
           
 int getShortInterval()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WifiBgscan

public WifiBgscan(WifiBgscanModule module,
                  int shortInterval,
                  int rssiThreshold,
                  int longInterval)

WifiBgscan

public WifiBgscan(WifiBgscan bgscan)

WifiBgscan

public WifiBgscan(String str)
Method Detail

getModule

public WifiBgscanModule getModule()

getShortInterval

public int getShortInterval()

getLongInterval

public int getLongInterval()

getRssiThreshold

public int getRssiThreshold()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.