Klasse IBeaconData

java.lang.Object
com.blukii.sdk.discovery.IBeaconData
Alle implementierten Schnittstellen:
android.os.Parcelable

public final class IBeaconData extends Object implements android.os.Parcelable
Read only data object for iBeacon data that is emitted by beacons

See iBeacon specification at https://developer.apple.com/ibeacon

IBeaconData 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<IBeaconData>
     

    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 Major ID if the beacon is emitting iBeacon.
    short
    Gets the Measured Power RSSI value if the beacon is emitting iBeacon.
    int
    Gets the Minor ID if the beacon is emitting iBeacon.
    Gets the UUID if the beacon is emitting iBeacon.
    void
    writeToParcel(android.os.Parcel dest, int flags)
     

    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<IBeaconData> CREATOR
  • Methodendetails

    • getUuid

      public UUID getUuid()
      Gets the UUID if the beacon is emitting iBeacon.
      Gibt zurück:
      UUID
    • getMajor

      public int getMajor()
      Gets the Major ID if the beacon is emitting iBeacon.
      Gibt zurück:
      Major ID
    • getMinor

      public int getMinor()
      Gets the Minor ID if the beacon is emitting iBeacon.
      Gibt zurück:
      Minor ID
    • getMeasuredPower

      public short getMeasuredPower()
      Gets the Measured Power RSSI value if the beacon is emitting iBeacon.

      It stands for the measured RSSI value when the distance between the beacon and the mobile device is 1 meter.

      Gibt zurück:
      Measured Power RSSI, Short.MIN_VALUE if it is not supported
    • describeContents

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

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