public class EddystoneTelemetryAccessor extends Object
| Constructor and Description |
|---|
EddystoneTelemetryAccessor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBase64EncodedTelemetry(Beacon beacon)
Extracts the raw Eddystone telemetry bytes from the extra data fields of an associated beacon
and base64 encodes them.
|
byte[] |
getTelemetryBytes(Beacon beacon)
Extracts the raw Eddystone telemetry bytes from the extra data fields of an associated beacon.
|
public byte[] getTelemetryBytes(Beacon beacon)
beacon - public String getBase64EncodedTelemetry(Beacon beacon)
beacon -