public static final enum

FourGManager.RtdRequestedSpec

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.htc.net.FourG.FourGManager.RtdRequestedSpec

Class Overview

Enum used with method startNeighborListScan( boolean wideScan , RtdRequestedSpec rtdSpec , Boolean dataSessionInterruptionAllowed

Summary

Enum Values
FourGManager.RtdRequestedSpec  RTD_SPEC_ALL  indicated that the RTD data for all the visible Base Stations is being requested. 
FourGManager.RtdRequestedSpec  RTD_SPEC_NONE  indicates that no Round Trip Delay (RTD) data is being requested. 
FourGManager.RtdRequestedSpec  RTD_SPEC_SERVING_BS  indicates that only the RTD value for the serving BS is being requested. 
Public Methods
static FourGManager.RtdRequestedSpec valueOf(String name)
final static RtdRequestedSpec[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final FourGManager.RtdRequestedSpec RTD_SPEC_ALL

Since: API Level

indicated that the RTD data for all the visible Base Stations is being requested.

public static final FourGManager.RtdRequestedSpec RTD_SPEC_NONE

Since: API Level

indicates that no Round Trip Delay (RTD) data is being requested.

public static final FourGManager.RtdRequestedSpec RTD_SPEC_SERVING_BS

Since: API Level

indicates that only the RTD value for the serving BS is being requested.

Public Methods

public static FourGManager.RtdRequestedSpec valueOf (String name)

public static final RtdRequestedSpec[] values ()