-
- All Implemented Interfaces:
public class RawBeaconData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
RawBeaconData.Builder
-
Method Summary
Modifier and Type Method Description short
getMajor()
short
getMinor()
String
getUuid()
int
getRssi()
Map<String, String>
getAdvertisementData()
long
getTimestamp()
-
-
Method Detail
-
getMajor
short getMajor()
-
getMinor
short getMinor()
-
getRssi
int getRssi()
-
getAdvertisementData
Map<String, String> getAdvertisementData()
-
getTimestamp
long getTimestamp()
-
-
-
-