8 #ifndef _BLEEddystoneURL_H_
9 #define _BLEEddystoneURL_H_
12 #define EDDYSTONE_URL_FRAME_TYPE 0x10
22 std::string getData();
26 std::string getDecodedURL();
27 void setData(std::string data);
28 void setUUID(BLEUUID l_uuid);
29 void setPower(int8_t advertisedTxPower);
30 void setURL(std::string url);
37 int8_t advertisedTxPower;
39 } __attribute__((packed)) m_eddystoneData;
Representation of a beacon. See:
Definition: BLEEddystoneURL.h:19