#include <ndef_record.h>
Definition at line 20 of file ndef_record.h.
◆ NdefRecord() [1/3]
| esphome::nfc::NdefRecord::NdefRecord |
( |
| ) |
|
|
inline |
◆ NdefRecord() [2/3]
| esphome::nfc::NdefRecord::NdefRecord |
( |
std::vector< uint8_t > | payload_data | ) |
|
◆ NdefRecord() [3/3]
| esphome::nfc::NdefRecord::NdefRecord |
( |
const NdefRecord & | | ) |
|
|
default |
◆ ~NdefRecord()
| virtual esphome::nfc::NdefRecord::~NdefRecord |
( |
| ) |
|
|
inlinevirtual |
◆ clone()
| virtual std::unique_ptr< NdefRecord > esphome::nfc::NdefRecord::clone |
( |
| ) |
const |
|
inlinevirtual |
◆ create_flag_byte()
| uint8_t esphome::nfc::NdefRecord::create_flag_byte |
( |
bool | first, |
|
|
bool | last, |
|
|
size_t | payload_size ) |
◆ encode()
| std::vector< uint8_t > esphome::nfc::NdefRecord::encode |
( |
bool | first, |
|
|
bool | last ) |
◆ get_encoded_payload()
| virtual std::vector< uint8_t > esphome::nfc::NdefRecord::get_encoded_payload |
( |
| ) |
|
|
inlinevirtual |
◆ get_encoded_size()
| uint32_t esphome::nfc::NdefRecord::get_encoded_size |
( |
| ) |
|
◆ get_id()
| const std::string & esphome::nfc::NdefRecord::get_id |
( |
| ) |
const |
|
inline |
◆ get_payload()
| virtual const std::string & esphome::nfc::NdefRecord::get_payload |
( |
| ) |
const |
|
inlinevirtual |
◆ get_type()
| const std::string & esphome::nfc::NdefRecord::get_type |
( |
| ) |
const |
|
inline |
◆ set_id()
| void esphome::nfc::NdefRecord::set_id |
( |
const std::string & | id | ) |
|
|
inline |
◆ set_payload()
| void esphome::nfc::NdefRecord::set_payload |
( |
const std::string & | payload | ) |
|
|
inline |
◆ set_tnf()
| void esphome::nfc::NdefRecord::set_tnf |
( |
uint8_t | tnf | ) |
|
|
inline |
◆ set_type()
| void esphome::nfc::NdefRecord::set_type |
( |
const std::string & | type | ) |
|
|
inline |
◆ id_
| std::string esphome::nfc::NdefRecord::id_ |
|
protected |
◆ payload_
| std::string esphome::nfc::NdefRecord::payload_ |
|
protected |
◆ tnf_
| uint8_t esphome::nfc::NdefRecord::tnf_ |
|
protected |
◆ type_
| std::string esphome::nfc::NdefRecord::type_ |
|
protected |
The documentation for this class was generated from the following files: