ntag: Implement NTAGWrite

This commit is contained in:
GaryOderNichts 2024-05-10 00:33:31 +02:00
parent 1c6b209692
commit 8e8431113a
4 changed files with 293 additions and 43 deletions

View file

@ -6,6 +6,7 @@ namespace ndef
{
Record::Record()
: mFlags(0), mTNF(NDEF_TNF_EMPTY)
{
}