public class EddystoneDevice extends java.lang.Object implements IEddystoneDevice
IEddystoneDevice implementation.| Modifier and Type | Class and Description | 
|---|---|
| static class  | EddystoneDevice.Builder | 
RemoteBluetoothDevice.Characteristics| Modifier and Type | Field and Description | 
|---|---|
| static <any> | CREATORParcelable constant CREATOR. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | compareTo(IEddystoneDevice another) | 
| int | describeContents() | 
| boolean | equals(java.lang.Object o) | 
| java.lang.String | getAddress() | 
| int | getBatteryPower() | 
| int | getBatteryVoltage() | 
| double | getDistance() | 
| java.lang.String | getFirmwareVersion() | 
| java.lang.String | getInstanceId() | 
| java.lang.String | getName() | 
| java.lang.String | getNamespaceId() | 
| byte[] | getPassword() | 
| int | getPduCount() | 
| DeviceProfile | getProfile() | 
| Proximity | getProximity() | 
| double | getRssi() | 
| int | getTelemetryVersion() | 
| double | getTemperature() | 
| int | getTimeSincePowerUp() | 
| long | getTimestamp() | 
| int | getTxPower() | 
| java.lang.String | getUniqueId() | 
| java.lang.String | getUrl() | 
| int | hashCode() | 
| boolean | isShuffled() | 
| void | setPassword(byte[] password) | 
| void | writeToParcel(Parcel dest,
             int flags) | 
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int compareTo(IEddystoneDevice another)
compareTo in interface java.lang.Comparable<IEddystoneDevice>public int describeContents()
public void writeToParcel(Parcel dest,
                          int flags)
public double getDistance()
getDistance in interface RemoteBluetoothDevicepublic long getTimestamp()
getTimestamp in interface RemoteBluetoothDevicepublic java.lang.String getAddress()
getAddress in interface RemoteBluetoothDevicepublic Proximity getProximity()
getProximity in interface RemoteBluetoothDevicepublic double getRssi()
getRssi in interface RemoteBluetoothDevicepublic void setPassword(byte[] password)
setPassword in interface RemoteBluetoothDevicepublic byte[] getPassword()
getPassword in interface RemoteBluetoothDevicepublic java.lang.String getFirmwareVersion()
getFirmwareVersion in interface RemoteBluetoothDevicepublic java.lang.String getName()
getName in interface RemoteBluetoothDevicepublic java.lang.String getUniqueId()
getUniqueId in interface RemoteBluetoothDevicepublic int getBatteryPower()
getBatteryPower in interface RemoteBluetoothDevicepublic java.lang.String getNamespaceId()
getNamespaceId in interface IEddystoneDevicepublic java.lang.String getInstanceId()
getInstanceId in interface IEddystoneDevicepublic int getTxPower()
getTxPower in interface RemoteBluetoothDevicepublic DeviceProfile getProfile()
getProfile in interface RemoteBluetoothDevicepublic java.lang.String getUrl()
getUrl in interface IEddystoneDevicepublic int getBatteryVoltage()
getBatteryVoltage in interface IEddystoneDevicepublic double getTemperature()
getTemperature in interface IEddystoneDevicepublic int getPduCount()
getPduCount in interface IEddystoneDevicepublic int getTimeSincePowerUp()
getTimeSincePowerUp in interface IEddystoneDevicepublic int getTelemetryVersion()
getTelemetryVersion in interface IEddystoneDevicepublic boolean isShuffled()
isShuffled in interface RemoteBluetoothDevice