public class EddystoneTLMBeacon extends Beacon
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<EddystoneTLMBeacon> |
CREATOR |
Constructor and Description |
---|
EddystoneTLMBeacon() |
EddystoneTLMBeacon(byte[] data,
android.bluetooth.BluetoothDevice device) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
Battery |
getBattery() |
int |
getFrameCount() |
Temperature |
getTemperature() |
java.lang.String |
getTypeString()
Gets the type of this beacon as a string
|
int |
getUptime() |
int |
hashCode() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
getBluetoothDevice, getDistance, getLastSeen, getName, getRSSI, getTransmissionPower, getVisibilityTimeoutInterval, isVisible, setLastSeen, setRSSI, setVisibilityTimeoutInterval, updateProperties
public static final android.os.Parcelable.Creator<EddystoneTLMBeacon> CREATOR
public EddystoneTLMBeacon(byte[] data, android.bluetooth.BluetoothDevice device)
public EddystoneTLMBeacon()
public Battery getBattery()
public Temperature getTemperature()
public int getFrameCount()
public int getUptime()
public java.lang.String getTypeString()
Beacon
getTypeString
in class Beacon
public int describeContents()
describeContents
in interface android.os.Parcelable
describeContents
in class Beacon
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
writeToParcel
in class Beacon