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

Keeps up data for a microapp. More...

#include <cs_MicroappController.h>

Collaboration diagram for microapp_data_t:

Public Attributes

bool isScanning = false
 Keeps up whether the microapp is scanning, thus whether BLE scans should generate interrupts. More...
 
Serviceservice = nullptr
 Keeps up the microapp service. More...
 

Detailed Description

Keeps up data for a microapp.

Member Data Documentation

◆ isScanning

bool microapp_data_t::isScanning = false

Keeps up whether the microapp is scanning, thus whether BLE scans should generate interrupts.

◆ service

Service* microapp_data_t::service = nullptr

Keeps up the microapp service.


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