#include <ndef_record_text.h>
Definition at line 12 of file ndef_record_text.h.
◆ NdefRecordText() [1/5]
esphome::nfc::NdefRecordText::NdefRecordText |
( |
| ) |
|
|
inline |
◆ NdefRecordText() [2/5]
esphome::nfc::NdefRecordText::NdefRecordText |
( |
const std::vector< uint8_t > & |
payload | ) |
|
◆ NdefRecordText() [3/5]
esphome::nfc::NdefRecordText::NdefRecordText |
( |
const std::string & |
language_code, |
|
|
const std::string & |
text |
|
) |
| |
|
inline |
◆ NdefRecordText() [4/5]
esphome::nfc::NdefRecordText::NdefRecordText |
( |
const std::string & |
language_code, |
|
|
const std::string & |
text, |
|
|
const std::string & |
id |
|
) |
| |
|
inline |
◆ NdefRecordText() [5/5]
esphome::nfc::NdefRecordText::NdefRecordText |
( |
const NdefRecordText & |
| ) |
|
|
default |
◆ clone()
std::unique_ptr<NdefRecord> esphome::nfc::NdefRecordText::clone |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ get_encoded_payload()
std::vector< uint8_t > esphome::nfc::NdefRecordText::get_encoded_payload |
( |
| ) |
|
|
overridevirtual |
◆ get_payload()
const std::string& esphome::nfc::NdefRecordText::get_payload |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ language_code_
std::string esphome::nfc::NdefRecordText::language_code_ |
|
protected |
◆ text_
std::string esphome::nfc::NdefRecordText::text_ |
|
protected |
The documentation for this class was generated from the following files: