Klasse DeviceTracing

java.lang.Object
com.blukii.sdk.discovery.DeviceTracing
Alle implementierten Schnittstellen:
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.

Siehe auch:
  • Verschachtelte Klassen - Übersicht

    Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen android.os.Parcelable

    android.os.Parcelable.ClassLoaderCreator<T>, android.os.Parcelable.Creator<T>
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final android.os.Parcelable.Creator<DeviceTracing>
     

    Von Schnittstelle geerbte Felder android.os.Parcelable

    CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    int
     
    int
    Gets the own beacon id.
    Gets a list of traced beacons.
    void
    writeToParcel(android.os.Parcel dest, int i)
     

    Von Klasse geerbte Methoden java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Felddetails

    • CREATOR

      public static final android.os.Parcelable.Creator<DeviceTracing> CREATOR
  • Methodendetails

    • getId

      public int getId()
      Gets the own beacon id.
      Gibt zurück:
      the own beacon id
    • getTracedDevices

      public List<TracedDevice> getTracedDevices()
      Gets a list of traced beacons.
      Gibt zurück:
      List of TracedDevice objects
      Siehe auch:
    • describeContents

      public int describeContents()
      Angegeben von:
      describeContents in Schnittstelle android.os.Parcelable
    • writeToParcel

      public void writeToParcel(android.os.Parcel dest, int i)
      Angegeben von:
      writeToParcel in Schnittstelle android.os.Parcelable