ESPHome  2024.3.1
Public Member Functions
esphome::pn532::PN532IsWritingCondition< Ts > Class Template Reference

#include <pn532.h>

Inheritance diagram for esphome::pn532::PN532IsWritingCondition< Ts >:
esphome::Condition< Ts... > esphome::Parented< PN532 >

Public Member Functions

bool check (Ts... x) override
 
- Public Member Functions inherited from esphome::Condition< Ts... >
bool check_tuple (const std::tuple< Ts... > &tuple)
 Call check with a tuple of values as parameter. More...
 
- Public Member Functions inherited from esphome::Parented< PN532 >
 Parented ()
 
 Parented (PN532 *parent)
 
PN532 * get_parent () const
 Get the parent of this object. More...
 
void set_parent (PN532 *parent)
 Set the parent of this object. More...
 

Additional Inherited Members

- Protected Member Functions inherited from esphome::Condition< Ts... >
bool check_tuple_ (const std::tuple< Ts... > &tuple, seq< S... >)
 
- Protected Attributes inherited from esphome::Parented< PN532 >
PN532 * parent_
 

Detailed Description

template<typename... Ts>
class esphome::pn532::PN532IsWritingCondition< Ts >

Definition at line 144 of file pn532.h.

Member Function Documentation

◆ check()

template<typename... Ts>
bool esphome::pn532::PN532IsWritingCondition< Ts >::check ( Ts...  x)
inlineoverridevirtual

Implements esphome::Condition< Ts... >.

Definition at line 146 of file pn532.h.


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