M5Unit-NFC 0.0.3 git rev:59f5362
Loading...
Searching...
No Matches
ndef_record.hpp File Reference

NDEF record. More...

#include "ndef.hpp"
#include <vector>
#include <string>

Go to the source code of this file.

Classes

struct  m5::nfc::ndef::Attribute
 NDEF Record attribute (1st byte) More...
 
class  m5::nfc::ndef::Record
 NDEF Record. More...
 

Namespaces

namespace  m5
 Top level namespace of M5stack.
 

Enumerations

enum class  m5::nfc::ndef::TNF : uint8_t {
  Empty , Wellknown , MIMEMedia , URI ,
  External , Unknown , Unchanged , Reserved
}
 Type Name Field for NDEF Record. More...
 

Functions

bool m5::nfc::ndef::operator== (const Record &a, const Record &b)
 Equal?
 
bool m5::nfc::ndef::operator!= (const Record &a, const Record &b)
 Not equal?
 

Detailed Description

NDEF record.

Enumeration Type Documentation

◆ TNF

enum class m5::nfc::ndef::TNF : uint8_t
strong

Type Name Field for NDEF Record.

Enumerator
Empty 

Empry.

Wellknown 

NFC Forum well-known-type.

MIMEMedia 

Media-type as define in RFC2046.

URI 

Absolute URI as define in RFC3986.

External 

NFC Forum external type.

Unknown 

Unknown.

Unchanged 

Unchanged.

Reserved 

Reserved.