public class ConnectionInfo<MetaDataType extends android.os.Parcelable>
extends java.lang.Object
implements android.os.Parcelable
TODO
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<ConnectionInfo> |
CREATOR |
MetaDataType |
info |
HostProtocol |
type |
| Constructor and Description |
|---|
ConnectionInfo(HostProtocol ble,
MetaDataType info) |
ConnectionInfo(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
MetaDataType |
getInfo() |
int |
hashCode() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
public final MetaDataType extends android.os.Parcelable info
public final HostProtocol type
public static final android.os.Parcelable.Creator<ConnectionInfo> CREATOR
public ConnectionInfo(@NonNull
HostProtocol ble,
@NonNull
MetaDataType info)
public ConnectionInfo(android.os.Parcel in)
public MetaDataType getInfo()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int describeContents()
describeContents in interface android.os.Parcelablepublic int hashCode()
hashCode in class java.lang.Objectpublic void writeToParcel(android.os.Parcel parcel,
int i)
writeToParcel in interface android.os.Parcelable