public class TcpTransceiverInfo extends java.lang.Object implements BaseTransceiverInfo, android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<TcpTransceiverInfo> |
CREATOR |
Modifier | Constructor and Description |
---|---|
protected |
TcpTransceiverInfo(android.os.Parcel in) |
|
TcpTransceiverInfo(java.lang.String deviceName,
java.lang.String deviceMacAddress,
java.lang.String deviceIp,
java.lang.String devicePort) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object obj) |
CommunicationType |
getCommunicationType() |
ConnectionState |
getConnectionState() |
java.lang.String |
getDeviceId() |
java.lang.String |
getDeviceIp() |
java.lang.String |
getDeviceMacAddress() |
java.lang.String |
getDeviceName() |
java.lang.String |
getDevicePort() |
java.lang.String |
getDeviceRomVersion() |
void |
setConnectionState(ConnectionState connectionState) |
void |
setDeviceIp(java.lang.String deviceIp) |
void |
setDeviceMacAddress(java.lang.String deviceMacAddress) |
void |
setDeviceName(java.lang.String deviceName) |
void |
setDevicePort(java.lang.String devicePort) |
void |
setDeviceRomVersion(java.lang.String deviceRomVersion) |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<TcpTransceiverInfo> CREATOR
public TcpTransceiverInfo(java.lang.String deviceName, java.lang.String deviceMacAddress, java.lang.String deviceIp, java.lang.String devicePort)
protected TcpTransceiverInfo(android.os.Parcel in)
public java.lang.String getDeviceMacAddress()
public java.lang.String getDevicePort()
public void setDeviceMacAddress(java.lang.String deviceMacAddress)
public void setDeviceIp(java.lang.String deviceIp)
public void setDevicePort(java.lang.String devicePort)
public void setDeviceRomVersion(java.lang.String deviceRomVersion)
public void setDeviceName(java.lang.String deviceName)
public java.lang.String getDeviceName()
getDeviceName
in interface BaseTransceiverInfo
public java.lang.String getDeviceId()
getDeviceId
in interface BaseTransceiverInfo
public java.lang.String getDeviceIp()
public CommunicationType getCommunicationType()
getCommunicationType
in interface BaseTransceiverInfo
public java.lang.String getDeviceRomVersion()
public ConnectionState getConnectionState()
public void setConnectionState(ConnectionState connectionState)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable