Arduino KVComm  master
Key-Value pair communication library for Arduino
Static Public Member Functions | List of all members
KV_Type< uint16_t > Struct Template Reference

#include <KVComm/KV_Types.hpp>

Collaboration diagram for KV_Type< uint16_t >:

Static Public Member Functions

constexpr static uint8_t getTypeID ()
 
constexpr static size_t getLength ()
 
static void writeToBuffer (const uint16_t &t, uint8_t *buffer)
 
static void readFromBuffer (uint16_t &t, const uint8_t *buffer)
 

Detailed Description

template<>
struct KV_Type< uint16_t >

Definition at line 69 of file KV_Types.hpp.

Member Function Documentation

◆ getTypeID()

constexpr static uint8_t getTypeID ( )
inlinestaticconstexpr

Definition at line 69 of file KV_Types.hpp.

◆ getLength()

constexpr static size_t getLength ( )
inlinestaticconstexpr

Definition at line 69 of file KV_Types.hpp.

◆ writeToBuffer()

static void writeToBuffer ( const uint16_t &  t,
uint8_t *  buffer 
)
inlinestatic

Definition at line 69 of file KV_Types.hpp.

◆ readFromBuffer()

static void readFromBuffer ( uint16_t &  t,
const uint8_t *  buffer 
)
inlinestatic

Definition at line 69 of file KV_Types.hpp.


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