Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
ibeacon_config_id_packet_t Struct Reference

Packet to change ibeacon config ID. More...

#include <cs_Packets.h>

Public Attributes

uint32_t timestamp = 0
 
uint16_t interval = 0
 

Detailed Description

Packet to change ibeacon config ID.

Timestamp: when to set the ID for the first time. Interval: set ID every N seconds after timestamp. Set interval = 0 to execute only once. Set timestamp = 0, and interval = 0 to execute now. A stored entry with timestamp = 0 and interval = 0, will be considered empty.

Member Data Documentation

◆ interval

uint16_t ibeacon_config_id_packet_t::interval = 0

◆ timestamp

uint32_t ibeacon_config_id_packet_t::timestamp = 0

The documentation for this struct was generated from the following file: