|
AdventNet WiFi Mediation API, v1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.adventnet.wifi.mediation.beans.DataRateSettings
Class holding the data rate related parameters of the Access point. This class is primarily used to fetch the data rate related details from the Accesss point or to configure the same.
| Field Summary | |
static int |
DEFAULT
Constant representing default data rate setting of the Access point. |
static int |
OPTIMIZE_RANGE
Constant to indicate that the data rate settings of the Access point has to be optimized for best possible range. |
static int |
OPTIMIZE_THROUGHPUT
Constant to indicate that the data rate settings of the Access point has to be optimized for best possible throughput. |
| Constructor Summary | |
DataRateSettings()
|
|
| Method Summary | |
float[] |
getBasicDataRate()
Fetches the basic data rate of the Access point. |
int |
getDataRateOptimizationFactor()
Fetches the factor for which the data rate is optimized. |
float[] |
getEnableDataRate()
Fetches the data rates that are enabled. |
void |
optimizeDataRate(int optimizationFactor)
Sets the factor based on which the data rate should be optimized. |
void |
setBasicDataRate(float[] dataRate)
Sets the basic data rate of the Access point. |
void |
setEnableDataRate(float[] dataRate)
Enables the specified data rates in the Access point. |
java.lang.String |
toString()
Returns the String representation of this bean. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int OPTIMIZE_RANGE
public static final int DEFAULT
public static final int OPTIMIZE_THROUGHPUT
| Constructor Detail |
public DataRateSettings()
| Method Detail |
public void setBasicDataRate(float[] dataRate)
dataRate - the array of data rates.MediationConstants.DATARATE_80211A,
MediationConstants.DATARATE_80211BGpublic float[] getBasicDataRate()
MediationConstants.DATARATE_80211A,
MediationConstants.DATARATE_80211BGpublic void setEnableDataRate(float[] dataRate)
dataRate - the array of data rates.MediationConstants.DATARATE_80211A,
MediationConstants.DATARATE_80211BGpublic float[] getEnableDataRate()
MediationConstants.DATARATE_80211A,
MediationConstants.DATARATE_80211BGpublic void optimizeDataRate(int optimizationFactor)
optimizationFactor - the factor for which the data rate should be
optimized.OPTIMIZE_RANGE,
DEFAULT,
OPTIMIZE_THROUGHPUTpublic int getDataRateOptimizationFactor()
OPTIMIZE_RANGE,
DEFAULT,
OPTIMIZE_THROUGHPUTpublic java.lang.String toString()
|
AdventNet WiFi Mediation API, v1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||