public final class BurstState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static |
CREATOR
For Parcelable
|
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object obj) |
int |
getMaxBurstSize()
The maximum allowed burst transfer size.
|
int |
hashCode() |
boolean |
isProcessing()
Is a burst transfer currently occurring.
|
boolean |
isTransmitInProgress()
Has any channel on this adapter (in use by any application) initiated a burst transfer.
|
java.lang.String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public boolean isProcessing()
public boolean isTransmitInProgress()
public int getMaxBurstSize()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public int describeContents()
public void writeToParcel(Parcel dest, int flags)
Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.