public class

WimaxQosStatistics

extends QosStatistics
implements Parcelable
java.lang.Object
   ↳ com.htc.net.FourG.QosStatistics
     ↳ com.htc.net.wimax.WimaxQosStatistics

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Constructors
WimaxQosStatistics()
Public Methods
long getTotalArqBlocks()
Returns the number of ARQ blocks across this service flow.
long getTotalArqBlocksRetry()
Returns the number of ARQ block retries across this service flow.
long getTotalArqDiscards()
Returns the number of ARQ blocks discarded across this service flow that were dropped.
long getTotalArqResets()
Returns the number of ARQ resets across this service flow that were dropped.
long getTotalArqSyncLoss()
Returns the number of ARQ blocks resets across this service flow that were dropped.
long getTotalHarqBlocks()
Returns the number of HARQ blocks across this service flow.
long getTotalHarqBlocksRetry()
Returns the number of HARQ block retries across this service flow.
long getTotalHarqDiscards()
Returns the number of HARQ blocks discarded across this service flow that were dropped.
long getTotalHarqResets()
Returns the number of HARQ resets across this service flow that were dropped.
long getTotalHarqSyncLoss()
Returns the number of HARQ blocks resets across this service flow that were dropped.
void setTotalArqBlockRetry(long totalArqBlocksRetry)
void setTotalArqBlocks(long totalArqBlocks)
void setTotalArqDiscards(long totalArqDiscards)
void setTotalArqResets(long totalArqResets)
void setTotalArqSyncLoss(long totalArqSyncLoss)
void setTotalHarqBlockRetry(long totalHarqBlocksRetry)
void setTotalHarqBlocks(long totalHarqBlocks)
void setTotalHarqDiscards(long totalHarqDiscards)
void setTotalHarqResets(long totalHarqResets)
void setTotalHarqSyncLoss(long totalHarqSyncLoss)
String toString()
[Expand]
Inherited Methods
From class com.htc.net.FourG.QosStatistics
From class java.lang.Object
From interface android.os.Parcelable

Public Constructors

public WimaxQosStatistics ()

Public Methods

public long getTotalArqBlocks ()

Returns the number of ARQ blocks across this service flow. If this datum is unavailable, Long.MIN_VALUE is returned.

public long getTotalArqBlocksRetry ()

Returns the number of ARQ block retries across this service flow. If this datum is unavailable, Long.MIN_VALUE is returned.

public long getTotalArqDiscards ()

Returns the number of ARQ blocks discarded across this service flow that were dropped. If this datum is unavailable, Long.MIN_VALUE is returned.

public long getTotalArqResets ()

Returns the number of ARQ resets across this service flow that were dropped. If this datum is unavailable, Long.MIN_VALUE is returned.

public long getTotalArqSyncLoss ()

Returns the number of ARQ blocks resets across this service flow that were dropped. If this datum is unavailable, Long.MIN_VALUE is returned.

public long getTotalHarqBlocks ()

Returns the number of HARQ blocks across this service flow. If this datum is unavailable, Long.MIN_VALUE is returned.

public long getTotalHarqBlocksRetry ()

Returns the number of HARQ block retries across this service flow. If this datum is unavailable, Long.MIN_VALUE is returned.

public long getTotalHarqDiscards ()

Returns the number of HARQ blocks discarded across this service flow that were dropped. If this datum is unavailable, Long.MIN_VALUE is returned.

public long getTotalHarqResets ()

Returns the number of HARQ resets across this service flow that were dropped. If this datum is unavailable, Long.MIN_VALUE is returned.

public long getTotalHarqSyncLoss ()

Returns the number of HARQ blocks resets across this service flow that were dropped. If this datum is unavailable, Long.MIN_VALUE is returned.

public void setTotalArqBlockRetry (long totalArqBlocksRetry)

public void setTotalArqBlocks (long totalArqBlocks)

public void setTotalArqDiscards (long totalArqDiscards)

public void setTotalArqResets (long totalArqResets)

public void setTotalArqSyncLoss (long totalArqSyncLoss)

public void setTotalHarqBlockRetry (long totalHarqBlocksRetry)

public void setTotalHarqBlocks (long totalHarqBlocks)

public void setTotalHarqDiscards (long totalHarqDiscards)

public void setTotalHarqResets (long totalHarqResets)

public void setTotalHarqSyncLoss (long totalHarqSyncLoss)

public String toString ()

Since: API Level