Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
cs_ResultPacketAccessor.h File Reference
#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>
Include dependency graph for cs_ResultPacketAccessor.h:
This graph shows which files directly or indirectly include this file:

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...
 

Variable Documentation

◆ CS_RESULT_PACKET_DEFAULT_PAYLOAD_SIZE

const size_t CS_RESULT_PACKET_DEFAULT_PAYLOAD_SIZE = (g_CS_CHAR_READ_BUF_SIZE - sizeof(result_packet_header_t))
static

Default payload size for a result packet.

Requires CS_CHAR_READ_BUF_SIZE to be defined.