SDK
23.9.2
For IoT System Software Development
|
Representation of a beacon. See: More...
#include <BLEBeacon.hpp>
Public Member Functions | |
std::string | getData () |
uint16_t | getMajor () |
uint16_t | getMinor () |
uint16_t | getManufacturerId () |
BLEUUID | getProximityUUID () |
int8_t | getSignalPower () |
void | setData (std::string data) |
void | setMajor (uint16_t major) |
void | setMinor (uint16_t minor) |
void | setManufacturerId (uint16_t manufacturerId) |
void | setProximityUUID (BLEUUID uuid) |
void | setSignalPower (int8_t signalPower) |
Representation of a beacon. See:
void BLEBeacon::setData | ( | std::string | data | ) |
Set the raw data for the beacon record.