public class

Wimax4GInfo

extends FourGInfo
implements Parcelable
java.lang.Object
   ↳ com.htc.net.FourG.FourGInfo
     ↳ com.htc.net.wimax.Wimax4GInfo
Known Direct Subclasses

Summary

[Expand]
Inherited Constants
From class com.htc.net.FourG.FourGInfo
From interface android.os.Parcelable
Fields
protected Wimax4GBaseStationInfo bsInfoServing
[Expand]
Inherited Fields
From class com.htc.net.FourG.FourGInfo
Protected Constructors
Wimax4GInfo(Parcel in)
Public Methods
void clear()
clear current data
FourGBaseStationInfo get4GBaseStationInfoServing()
Returns the 4G technology specific subclass of FourGBaseStationInfo -specific information for the serving Base Station to which the MS is currently connected.
String getMacAddress()
Return 4G radio Mac Address, same string format as WifiManager.getMacAddress()
FourGSupplicantState getSupplicantState()
Returns the detailed state of the supplicant's negotiation with an access point, in the form of a FourGSupplicant object.
void readFromParcel(Parcel in)
void set4GBaseStationInfoServing(Wimax4GBaseStationInfo bsInfo)
void setSupplicantState(FourGSupplicantState supplicantState)
String toString()
[Expand]
Inherited Methods
From class com.htc.net.FourG.FourGInfo
From class java.lang.Object
From interface android.os.Parcelable

Fields

protected Wimax4GBaseStationInfo bsInfoServing

Protected Constructors

protected Wimax4GInfo (Parcel in)

Public Methods

public void clear ()

clear current data

public FourGBaseStationInfo get4GBaseStationInfoServing ()

Returns the 4G technology specific subclass of FourGBaseStationInfo -specific information for the serving Base Station to which the MS is currently connected.

public String getMacAddress ()

Return 4G radio Mac Address, same string format as WifiManager.getMacAddress()

public FourGSupplicantState getSupplicantState ()

Returns the detailed state of the supplicant's negotiation with an access point, in the form of a FourGSupplicant object.

public void readFromParcel (Parcel in)

public void set4GBaseStationInfoServing (Wimax4GBaseStationInfo bsInfo)

public void setSupplicantState (FourGSupplicantState supplicantState)

public String toString ()

Since: API Level