public class BaseDeviceInfo<T extends BaseTransceiverInfo>
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
BaseDeviceInfo.Builder<T extends BaseTransceiverInfo> |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<BaseDeviceInfo> |
CREATOR |
Modifier | Constructor and Description |
---|---|
protected |
BaseDeviceInfo(android.os.Parcel in) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
TcpTransceiverInfo |
getTcpTransceiverInfo() |
T |
getTransceiverInfo() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<BaseDeviceInfo> CREATOR
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
public int describeContents()
describeContents
in interface android.os.Parcelable
public TcpTransceiverInfo getTcpTransceiverInfo()
public T getTransceiverInfo()