public static final enum

HTCWimax4GInfo.WimaxState

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.htc.net.wimax.HTCWimax4GInfo.WimaxState

Class Overview

Wimax protocol state

Summary

Enum Values
HTCWimax4GInfo.WimaxState  ABORT   
HTCWimax4GInfo.WimaxState  AUTHORIZATION   
HTCWimax4GInfo.WimaxState  CAPABILITIES_NEGOTIATION   
HTCWimax4GInfo.WimaxState  DL_SYNCHRONIZATION   
HTCWimax4GInfo.WimaxState  HANDOVER_RANGING   
HTCWimax4GInfo.WimaxState  IDLE   
HTCWimax4GInfo.WimaxState  INVALID   
HTCWimax4GInfo.WimaxState  OPERATIONAL   
HTCWimax4GInfo.WimaxState  RANGING   
HTCWimax4GInfo.WimaxState  REGISTRATION   
HTCWimax4GInfo.WimaxState  SLEEP   
HTCWimax4GInfo.WimaxState  UL_ACQUISITION   
Public Methods
static HTCWimax4GInfo.WimaxState valueOf(String name)
final static WimaxState[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final HTCWimax4GInfo.WimaxState ABORT

Since: API Level

public static final HTCWimax4GInfo.WimaxState AUTHORIZATION

Since: API Level

public static final HTCWimax4GInfo.WimaxState CAPABILITIES_NEGOTIATION

Since: API Level

public static final HTCWimax4GInfo.WimaxState DL_SYNCHRONIZATION

Since: API Level

public static final HTCWimax4GInfo.WimaxState HANDOVER_RANGING

Since: API Level

public static final HTCWimax4GInfo.WimaxState IDLE

Since: API Level

public static final HTCWimax4GInfo.WimaxState INVALID

Since: API Level

public static final HTCWimax4GInfo.WimaxState OPERATIONAL

Since: API Level

public static final HTCWimax4GInfo.WimaxState RANGING

Since: API Level

public static final HTCWimax4GInfo.WimaxState REGISTRATION

Since: API Level

public static final HTCWimax4GInfo.WimaxState SLEEP

Since: API Level

public static final HTCWimax4GInfo.WimaxState UL_ACQUISITION

Since: API Level

Public Methods

public static HTCWimax4GInfo.WimaxState valueOf (String name)

public static final WimaxState[] values ()