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

Packet with all info required to upload a microapp, and to see the status of already uploaded microapps. More...

#include <cs_MicroappPackets.h>

Collaboration diagram for microapp_info_t:

Public Attributes

uint8_t protocol = MICROAPP_CONTROL_COMMAND_PROTOCOL
 
uint8_t maxApps = g_MICROAPP_COUNT
 
uint16_t maxAppSize = MICROAPP_MAX_SIZE
 
uint16_t maxChunkSize = MICROAPP_UPLOAD_MAX_CHUNK_SIZE
 
uint16_t maxRamUsage = g_RAM_MICROAPP_AMOUNT
 
microapp_sdk_version_t sdkVersion
 
microapp_status_t appsStatus [g_MICROAPP_COUNT]
 

Detailed Description

Packet with all info required to upload a microapp, and to see the status of already uploaded microapps.

Member Data Documentation

◆ appsStatus

microapp_status_t microapp_info_t::appsStatus[g_MICROAPP_COUNT]

◆ maxApps

uint8_t microapp_info_t::maxApps = g_MICROAPP_COUNT

◆ maxAppSize

uint16_t microapp_info_t::maxAppSize = MICROAPP_MAX_SIZE

◆ maxChunkSize

uint16_t microapp_info_t::maxChunkSize = MICROAPP_UPLOAD_MAX_CHUNK_SIZE

◆ maxRamUsage

uint16_t microapp_info_t::maxRamUsage = g_RAM_MICROAPP_AMOUNT

◆ protocol

uint8_t microapp_info_t::protocol = MICROAPP_CONTROL_COMMAND_PROTOCOL

◆ sdkVersion

microapp_sdk_version_t microapp_info_t::sdkVersion

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