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>
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.
◆ MicroappRequestHandler() [1/2]
Singleton, constructor, also copy constructor, is private.
◆ MicroappRequestHandler() [2/2]
◆ getCharacteristic()
◆ getInstance()
◆ 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=()
The documentation for this class was generated from the following file: