public class

DeviceInfo

extends Object
implements Parcelable
java.lang.Object
   ↳ com.htc.net.FourG.DeviceInfo

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Constructors
DeviceInfo()
DeviceInfo(Parcel in)
Public Methods
String getDeviceName()
Returns string describing the 4G radio overall harware name.
String getHwVersion()
Returns string describing the 4G radio hardware version.
String getSwVersion()
Returns string describing the 4G radio's driver software version.
void setDeviceName(String deviceName)
void setHwVersion(String hwVersion)
void setSwVersion(String swVersion)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Public Constructors

public DeviceInfo ()

public DeviceInfo (Parcel in)

Public Methods

public String getDeviceName ()

Returns string describing the 4G radio overall harware name. This is radio manufacturer specific and defined. This string should include the radio manufacturer's name and a code name for series, e.g. "Falcon", etc. For example, "Radio Technology Inc. 4G Falcon II".

public String getHwVersion ()

Returns string describing the 4G radio hardware version. This is radio manufacturer specific and defined. For example, "max v2.01.4,A3"

public String getSwVersion ()

Returns string describing the 4G radio's driver software version. This is MS OEM and/or radio manufacturer specific and defined. For example, "bb 2.01.458 build 37, rf 2.00.2 build 6"

public void setDeviceName (String deviceName)

public void setHwVersion (String hwVersion)

public void setSwVersion (String swVersion)

public String toString ()

Since: API Level