Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MicroappRequestHandler Class Reference

The class MicroappRequestHandler has functionality to store a second app (and perhaps in the future even more apps) on another part of the flash memory. More...

#include <cs_MicroappRequestHandler.h>

Public Member Functions

cs_ret_code_t handleMicroappRequest (microapp_sdk_header_t *header)
 Handle requests from the microapp. More...
 

Static Public Member Functions

static MicroappRequestHandlergetInstance ()
 

Protected Member Functions

cs_ret_code_t handleRequestLog (microapp_sdk_log_header_t *log)
 SDK-type specific handlers. More...
 
cs_ret_code_t handleRequestPin (microapp_sdk_pin_t *pin)
 
cs_ret_code_t handleRequestSwitch (microapp_sdk_switch_t *switch_)
 
cs_ret_code_t handleRequestServiceData (microapp_sdk_service_data_t *serviceData)
 
cs_ret_code_t handleRequestTwi (microapp_sdk_twi_t *twi)
 
cs_ret_code_t handleRequestBle (microapp_sdk_ble_t *ble)
 
cs_ret_code_t handleRequestBleScan (microapp_sdk_ble_t *ble)
 
cs_ret_code_t handleRequestBleCentral (microapp_sdk_ble_t *ble)
 
cs_ret_code_t handleRequestBlePeripheral (microapp_sdk_ble_t *ble)
 
cs_ret_code_t handleRequestMesh (microapp_sdk_mesh_t *mesh)
 
cs_ret_code_t handleRequestPowerUsage (microapp_sdk_power_usage_t *powerUsage)
 
cs_ret_code_t handleRequestPresence (microapp_sdk_presence_t *presence)
 
cs_ret_code_t handleRequestControlCommand (microapp_sdk_control_command_t *controlCommand)
 
cs_ret_code_t handleRequestMessage (microapp_sdk_message_t *packet)
 
cs_ret_code_t handleRequestBluenetEvent (microapp_sdk_bluenet_event_t *packet)
 
cs_ret_code_t handleRequestAsset (microapp_sdk_asset_t *asset)
 
cs_ret_code_t handleRequestYield (microapp_sdk_yield_t *yield)
 
CharacteristicBasegetCharacteristic (uint16_t handle)
 

Private Member Functions

 MicroappRequestHandler ()
 Singleton, constructor, also copy constructor, is private. More...
 
 MicroappRequestHandler (MicroappRequestHandler const &)
 
void operator= (MicroappRequestHandler const &)
 

Detailed Description

The class MicroappRequestHandler has functionality to store a second app (and perhaps in the future even more apps) on another part of the flash memory.

Constructor & Destructor Documentation

◆ MicroappRequestHandler() [1/2]

Singleton, constructor, also copy constructor, is private.

◆ MicroappRequestHandler() [2/2]

Member Function Documentation

◆ getCharacteristic()

CharacteristicBase * MicroappRequestHandler::getCharacteristic ( uint16_t  handle)
protected

◆ getInstance()

static MicroappRequestHandler & MicroappRequestHandler::getInstance ( )
inlinestatic

◆ handleMicroappRequest()

cs_ret_code_t MicroappRequestHandler::handleMicroappRequest ( microapp_sdk_header_t *  header)

Handle requests from the microapp.

Gets incoming buffer, checks SDK type in the header and calls the appropriate handler

◆ handleRequestAsset()

cs_ret_code_t MicroappRequestHandler::handleRequestAsset ( microapp_sdk_asset_t *  asset)
protected

◆ handleRequestBle()

cs_ret_code_t MicroappRequestHandler::handleRequestBle ( microapp_sdk_ble_t *  ble)
protected

◆ handleRequestBleCentral()

cs_ret_code_t MicroappRequestHandler::handleRequestBleCentral ( microapp_sdk_ble_t *  ble)
protected

◆ handleRequestBlePeripheral()

cs_ret_code_t MicroappRequestHandler::handleRequestBlePeripheral ( microapp_sdk_ble_t *  ble)
protected

◆ handleRequestBleScan()

cs_ret_code_t MicroappRequestHandler::handleRequestBleScan ( microapp_sdk_ble_t *  ble)
protected

◆ handleRequestBluenetEvent()

cs_ret_code_t MicroappRequestHandler::handleRequestBluenetEvent ( microapp_sdk_bluenet_event_t *  packet)
protected

◆ handleRequestControlCommand()

cs_ret_code_t MicroappRequestHandler::handleRequestControlCommand ( microapp_sdk_control_command_t *  controlCommand)
protected

◆ handleRequestLog()

cs_ret_code_t MicroappRequestHandler::handleRequestLog ( microapp_sdk_log_header_t *  log)
protected

SDK-type specific handlers.

Called from handleMicroappRequest. The incoming header ack always needs to be set in these handlers. The microapp may check the result of the request handling via this ack field

◆ handleRequestMesh()

cs_ret_code_t MicroappRequestHandler::handleRequestMesh ( microapp_sdk_mesh_t *  mesh)
protected

◆ handleRequestMessage()

cs_ret_code_t MicroappRequestHandler::handleRequestMessage ( microapp_sdk_message_t *  packet)
protected

◆ handleRequestPin()

cs_ret_code_t MicroappRequestHandler::handleRequestPin ( microapp_sdk_pin_t *  pin)
protected

◆ handleRequestPowerUsage()

cs_ret_code_t MicroappRequestHandler::handleRequestPowerUsage ( microapp_sdk_power_usage_t *  powerUsage)
protected

◆ handleRequestPresence()

cs_ret_code_t MicroappRequestHandler::handleRequestPresence ( microapp_sdk_presence_t *  presence)
protected

◆ handleRequestServiceData()

cs_ret_code_t MicroappRequestHandler::handleRequestServiceData ( microapp_sdk_service_data_t *  serviceData)
protected

◆ handleRequestSwitch()

cs_ret_code_t MicroappRequestHandler::handleRequestSwitch ( microapp_sdk_switch_t *  switch_)
protected

◆ handleRequestTwi()

cs_ret_code_t MicroappRequestHandler::handleRequestTwi ( microapp_sdk_twi_t *  twi)
protected

◆ handleRequestYield()

cs_ret_code_t MicroappRequestHandler::handleRequestYield ( microapp_sdk_yield_t *  yield)
protected

◆ operator=()

void MicroappRequestHandler::operator= ( MicroappRequestHandler const &  )
private

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