Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
stack_buffer_fixed_t< T, S > Struct Template Reference

Struct with fixed length, useful when sending as payload. More...

#include <cs_StackBuffer.h>

Public Attributes

uint16_t length
 
array [S]
 

Detailed Description

template<typename T, uint16_t S>
struct stack_buffer_fixed_t< T, S >

Struct with fixed length, useful when sending as payload.

Member Data Documentation

◆ array

template<typename T , uint16_t S>
T stack_buffer_fixed_t< T, S >::array[S]

◆ length

template<typename T , uint16_t S>
uint16_t stack_buffer_fixed_t< T, S >::length

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