public class

FourGConfiguration

extends Object
implements Parcelable
java.lang.Object
   ↳ com.htc.net.FourG.FourGConfiguration
Known Direct Subclasses
Known Indirect Subclasses

Summary

Nested Classes
class FourGConfiguration.Status  
[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public int networkId The ID number that the supplicant uses to identify this network configuration entry.
public int priority Priority determines the preference given to a network by 4G supplicant when choosing a network to connnect to.
public int status The current status of this network configuration entry.
Public Constructors
FourGConfiguration()
FourGConfiguration(FourGConfiguration config)
Protected Constructors
FourGConfiguration(Parcel in)
Public Methods
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public int networkId

The ID number that the supplicant uses to identify this network configuration entry.

public int priority

Priority determines the preference given to a network by 4G supplicant when choosing a network to connnect to.

public int status

The current status of this network configuration entry.

Public Constructors

public FourGConfiguration ()

public FourGConfiguration (FourGConfiguration config)

Protected Constructors

protected FourGConfiguration (Parcel in)

Public Methods

public String toString ()

Since: API Level