Class DeviceTracing

java.lang.Object
com.blukii.sdk.discovery.DeviceTracing
All Implemented Interfaces:
android.os.Parcelable

public class DeviceTracing extends Object implements android.os.Parcelable
Read only data object for device tracing data that is emitted by blukii beacons

DeviceTracing values are part of DiscoveryData.

See Also:
  • 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<DeviceTracing>
     

    Fields inherited from interface android.os.Parcelable

    CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
    Gets the own beacon id.
    Gets a list of traced beacons.
    void
    writeToParcel(android.os.Parcel dest, int i)
     

    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<DeviceTracing> CREATOR
  • Method Details

    • getId

      public int getId()
      Gets the own beacon id.
      Returns:
      the own beacon id
    • getTracedDevices

      public List<TracedDevice> getTracedDevices()
      Gets a list of traced beacons.
      Returns:
      List of TracedDevice objects
      See Also:
    • describeContents

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

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