ESPHome  2024.4.1
Public Member Functions
esphome::nfc::NfcTagListener Class Reference

#include <nfc.h>

Inheritance diagram for esphome::nfc::NfcTagListener:
esphome::nfc::NfcTagBinarySensor

Public Member Functions

virtual void tag_off (NfcTag &tag)
 
virtual void tag_on (NfcTag &tag)
 

Detailed Description

Definition at line 69 of file nfc.h.

Member Function Documentation

◆ tag_off()

virtual void esphome::nfc::NfcTagListener::tag_off ( NfcTag tag)
inlinevirtual

Reimplemented in esphome::nfc::NfcTagBinarySensor.

Definition at line 71 of file nfc.h.

◆ tag_on()

virtual void esphome::nfc::NfcTagListener::tag_on ( NfcTag tag)
inlinevirtual

Reimplemented in esphome::nfc::NfcTagBinarySensor.

Definition at line 72 of file nfc.h.


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