public static class

FourGConfiguration.Status

extends Object
java.lang.Object
   ↳ com.htc.net.FourG.FourGConfiguration.Status

Summary

Constants
int CURRENT This is the network MS is currently connected to.
int DISABLED The supplicant will not attampt to use this network.
int ENABLED The supplicant will consider this network available for connection.
Fields
public static final String[] strings
Public Constructors
FourGConfiguration.Status()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int CURRENT

This is the network MS is currently connected to.

Constant Value: 0 (0x00000000)

public static final int DISABLED

The supplicant will not attampt to use this network.

Constant Value: 1 (0x00000001)

public static final int ENABLED

The supplicant will consider this network available for connection.

Constant Value: 2 (0x00000002)

Fields

public static final String[] strings

Public Constructors

public FourGConfiguration.Status ()