Class TracedDevice

java.lang.Object
com.blukii.sdk.discovery.TracedDevice
All Implemented Interfaces:
android.os.Parcelable, Comparable<TracedDevice>

public class TracedDevice extends Object implements android.os.Parcelable, Comparable<TracedDevice>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface android.os.Parcelable

    android.os.Parcelable.ClassLoaderCreator<T extends Object>, android.os.Parcelable.Creator<T extends Object>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final android.os.Parcelable.Creator<TracedDevice>
     

    Fields inherited from interface android.os.Parcelable

    CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    compareTo(TracedDevice tracedDevice)
     
    int
     
    int
    Gets the traced beacon id.
    short
    Gets the traced beacon rssi.
    void
    writeToParcel(android.os.Parcel dest, int flags)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CREATOR

      public static final android.os.Parcelable.Creator<TracedDevice> CREATOR
  • Method Details

    • getId

      public int getId()
      Gets the traced beacon id.
      Returns:
      the traced beacon id
    • getRssi

      public short getRssi()
      Gets the traced beacon rssi.
      Returns:
      the traced beacon rssi
    • writeToParcel

      public void writeToParcel(android.os.Parcel dest, int flags)
      Specified by:
      writeToParcel in interface android.os.Parcelable
    • describeContents

      public int describeContents()
      Specified by:
      describeContents in interface android.os.Parcelable
    • compareTo

      public int compareTo(TracedDevice tracedDevice)
      Specified by:
      compareTo in interface Comparable<TracedDevice>