ESPHome  2024.3.1
Public Member Functions | Data Fields
esphome::int24_t Struct Reference

24-bit signed integer type, transparently converting to 32-bit. More...

#include <datatypes.h>

Public Member Functions

 operator int32_t ()
 

Data Fields

int32_t val: 24
 

Detailed Description

24-bit signed integer type, transparently converting to 32-bit.

Definition at line 38 of file datatypes.h.

Member Function Documentation

◆ operator int32_t()

esphome::int24_t::operator int32_t ( )
inline

Definition at line 39 of file datatypes.h.

Field Documentation

◆ val

int32_t esphome::int24_t::val

Definition at line 40 of file datatypes.h.


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