FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
Loading...
Searching...
No Matches
i2c::status::I2CLatestStatusHolder Class Reference

Class holding the latest I2C status. More...

#include <fastarduino/i2c_status.h>

Public Member Functions

 I2CLatestStatusHolder ()=default
 Create an I2CLatestStatusHolder that can hold latest I2C status.
 
Status latest_status () const
 Return the latest I2C actual status. More...
 
Status latest_expected_status () const
 Return the latest I2C expected status (may be different than actual). More...
 

Detailed Description

Class holding the latest I2C status.

See also
Status

Definition at line 185 of file i2c_status.h.

Member Function Documentation

◆ latest_status()

Status i2c::status::I2CLatestStatusHolder::latest_status ( ) const
inline

Return the latest I2C actual status.

Definition at line 196 of file i2c_status.h.

◆ latest_expected_status()

Status i2c::status::I2CLatestStatusHolder::latest_expected_status ( ) const
inline

Return the latest I2C expected status (may be different than actual).

Definition at line 204 of file i2c_status.h.


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