Package com.blukii.sdk.discovery
Class DeviceTracing
java.lang.Object
com.blukii.sdk.discovery.DeviceTracing
- All Implemented Interfaces:
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
-
Field Summary
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
-
Method Summary
Modifier and TypeMethodDescriptionint
int
getId()
Gets the own beacon id.Gets a list of traced beacons.void
writeToParcel
(android.os.Parcel dest, int i)
-
Field Details
-
CREATOR
-
-
Method Details
-
getId
public int getId()Gets the own beacon id.- Returns:
- the own beacon id
-
getTracedDevices
Gets a list of traced beacons.- Returns:
- List of TracedDevice objects
- See Also:
-
describeContents
public int describeContents()- Specified by:
describeContents
in interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int i) - Specified by:
writeToParcel
in interfaceandroid.os.Parcelable
-