Package com.blukii.sdk.discovery
Klasse IBeaconData
java.lang.Object
com.blukii.sdk.discovery.IBeaconData
- Alle implementierten Schnittstellen:
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
FelderVon Schnittstelle geerbte Felder android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintintgetMajor()Gets the Major ID if the beacon is emitting iBeacon.shortGets the Measured Power RSSI value if the beacon is emitting iBeacon.intgetMinor()Gets the Minor ID if the beacon is emitting iBeacon.getUuid()Gets the UUID if the beacon is emitting iBeacon.voidwriteToParcel(android.os.Parcel dest, int flags)
-
Felddetails
-
CREATOR
-
-
Methodendetails
-
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:
describeContentsin Schnittstelleandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags) - Angegeben von:
writeToParcelin Schnittstelleandroid.os.Parcelable
-