public static class

Wimax4GManager.WimaxConnectionStatistics

extends FourGManager.ConnectionStatistics
implements Parcelable
java.lang.Object
   ↳ com.htc.net.FourG.FourGManager.ConnectionStatistics
     ↳ com.htc.net.wimax.Wimax4GManager.WimaxConnectionStatistics
Known Direct Subclasses

Class Overview

This class provides access to certain WiMAX radio technology-specific connection related information related to the current overall performance data communications between the Mobile Station and the serving Base Station.

Summary

[Expand]
Inherited Constants
From class com.htc.net.FourG.FourGManager.ConnectionStatistics
From interface android.os.Parcelable
Protected Constructors
Wimax4GManager.WimaxConnectionStatistics()
Wimax4GManager.WimaxConnectionStatistics(Parcel in)
Public Methods
FourGBaseStationInfo.eFOURG_MODULATION getDownlinkModulation()
Return the current base station-to-User Equipment modulation scheme in use.
FourGBaseStationInfo.eFOURG_MODULATION getUplinkModulation()
Return the current User Equipment-to-base station modulation scheme in use.
void setDownlinkModulation(FourGBaseStationInfo.eFOURG_MODULATION dlModulation)
void setUplinkModulation(FourGBaseStationInfo.eFOURG_MODULATION ulModulation)
String toString()
[Expand]
Inherited Methods
From class com.htc.net.FourG.FourGManager.ConnectionStatistics
From class java.lang.Object
From interface android.os.Parcelable

Protected Constructors

protected Wimax4GManager.WimaxConnectionStatistics ()

protected Wimax4GManager.WimaxConnectionStatistics (Parcel in)

Public Methods

public FourGBaseStationInfo.eFOURG_MODULATION getDownlinkModulation ()

Return the current base station-to-User Equipment modulation scheme in use.

public FourGBaseStationInfo.eFOURG_MODULATION getUplinkModulation ()

Return the current User Equipment-to-base station modulation scheme in use.

public void setDownlinkModulation (FourGBaseStationInfo.eFOURG_MODULATION dlModulation)

public void setUplinkModulation (FourGBaseStationInfo.eFOURG_MODULATION ulModulation)

public String toString ()

Since: API Level