RUI3 (RAK Unified Interface 3) - RAK4631

Functions

bool set (int8_t ibeacon_power)
 

Detailed Description

Function Documentation

◆ set()

bool set ( int8_t  ibeacon_power)
Description
Provides information about the measured power value expected at 1 meter from the beacon.
Syntax
api.ble.beacon.ibeacon.power.set(ibeacon_power)
Parameters
ibeacon_powerdisplay measured power value (RSSI)
Returns
bool
Return values
TRUEfor success
FALSEfor failure
Examples:
BLE_Beacon/src/app.cpp.