public class ConnectionResult
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
ConnectionResult.CardInterface |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<ConnectionResult> |
CREATOR |
Constructor and Description |
---|
ConnectionResult() |
Modifier and Type | Method and Description |
---|---|
int |
describeContents()
Parcelable interface
|
java.lang.String |
getAtrData() |
ConnectionResult.CardInterface |
getCardInterface() |
void |
setAtrData(java.lang.String atrData) |
void |
setCardInterface(ConnectionResult.CardInterface cardInterface) |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel parcel,
int flags) |
public static final android.os.Parcelable.Creator<ConnectionResult> CREATOR
public ConnectionResult.CardInterface getCardInterface()
public void setCardInterface(ConnectionResult.CardInterface cardInterface)
public java.lang.String getAtrData()
public void setAtrData(java.lang.String atrData)
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel parcel, int flags)
writeToParcel
in interface android.os.Parcelable
public java.lang.String toString()
toString
in class java.lang.Object