Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
#include <cfg/cs_StaticConfig.h>
#include <logging/cs_Logger.h>
#include <protocol/cs_ErrorCodes.h>
#include <structs/cs_BufferAccessor.h>
#include <structs/cs_PacketsInternal.h>
#include <util/cs_Error.h>
#include <cstdint>
Go to the source code of this file.
Classes | |
class | ResultPacketAccessor< PAYLOAD_SIZE > |
Variables | |
static const size_t | CS_RESULT_PACKET_DEFAULT_PAYLOAD_SIZE = (g_CS_CHAR_READ_BUF_SIZE - sizeof(result_packet_header_t)) |
Default payload size for a result packet. More... | |
|
static |
Default payload size for a result packet.
Requires CS_CHAR_READ_BUF_SIZE to be defined.